C# Class Codebreak.Framework.Generic.TaskProcessorBase

Afficher le fichier Open project: hussein-aitlahcen/codebreak

Méthodes publiques

Méthode Description
AddLinkedMessages ( ) : void

AddLinkedMessages ( int index ) : void

AddMessage ( System.Action message ) : void

AddTimer ( int delay, System.Action callback, bool oneshot = false ) : UpdatableTimer

AddTimer ( UpdatableTimer timer ) : void

AddUpdatable ( Updatable updatable ) : void

RemoveTimer ( UpdatableTimer timer ) : void

RemoveUpdatable ( Updatable updatable ) : void

Start ( ) : void

Stop ( ) : void

TaskProcessorBase ( string name, int updateInterval = 10 ) : System

Private Methods

Méthode Description
InternalStart ( ) : void

InternalUpdate ( ) : void

Method Details

AddLinkedMessages() public méthode

public AddLinkedMessages ( ) : void
Résultat void

AddLinkedMessages() public méthode

public AddLinkedMessages ( int index ) : void
index int
Résultat void

AddMessage() public méthode

public AddMessage ( System.Action message ) : void
message System.Action
Résultat void

AddTimer() public méthode

public AddTimer ( int delay, System.Action callback, bool oneshot = false ) : UpdatableTimer
delay int
callback System.Action
oneshot bool
Résultat UpdatableTimer

AddTimer() public méthode

public AddTimer ( UpdatableTimer timer ) : void
timer UpdatableTimer
Résultat void

AddUpdatable() public méthode

public AddUpdatable ( Updatable updatable ) : void
updatable Updatable
Résultat void

RemoveTimer() public méthode

public RemoveTimer ( UpdatableTimer timer ) : void
timer UpdatableTimer
Résultat void

RemoveUpdatable() public méthode

public RemoveUpdatable ( Updatable updatable ) : void
updatable Updatable
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void

TaskProcessorBase() public méthode

public TaskProcessorBase ( string name, int updateInterval = 10 ) : System
name string
updateInterval int
Résultat System