C# Class Brunet.Simulator.Tasks.Task

Afficher le fichier Open project: pstjuste/brunet

Protected Properties

Свойство Type Description
_done bool
_finished EventHandler
_start System.DateTime
_time_taken System.TimeSpan

Méthodes publiques

Méthode Description
Run ( int time ) : void
Start ( ) : void
Task ( EventHandler finished ) : System

Create a new task. finished is called when the task completes.

Méthodes protégées

Méthode Description
Finished ( ) : void

Method Details

Finished() protected méthode

protected Finished ( ) : void
Résultat void

Run() public méthode

public Run ( int time ) : void
time int
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Task() public méthode

Create a new task. finished is called when the task completes.
public Task ( EventHandler finished ) : System
finished EventHandler
Résultat System

Property Details

_done protected_oe property

protected bool _done
Résultat bool

_finished protected_oe property

protected EventHandler _finished
Résultat EventHandler

_start protected_oe property

protected DateTime,System _start
Résultat System.DateTime

_time_taken protected_oe property

protected TimeSpan,System _time_taken
Résultat System.TimeSpan