Method | Description | |
---|---|---|
CleanAll ( ) : void |
Clean all delayed actions started
|
|
DelayedAction ( int msDelay, System.Action toDo ) : System |
Use this class to do an action after a given delay
|
|
Dispose ( ) : void | ||
Stop ( ) : void |
Stop the recurrent action
|
Method | Description | |
---|---|---|
TimerOnElapsed ( object sender, System.Timers.ElapsedEventArgs elapsedEventArgs ) : void |
public DelayedAction ( int msDelay, System.Action toDo ) : System | ||
msDelay | int | |
toDo | System.Action | |
return | System |