Property | Type | Description | |
---|---|---|---|
timer | |||
timerCallback | System.Action |
Method | Description | |
---|---|---|
SetInterval ( int milliseconds ) : void | ||
Stop ( ) : void | ||
TimerInfo ( System.Action timerCallback ) : System |
Setup a TimerInfo object.
|
public SetInterval ( int milliseconds ) : void | ||
milliseconds | int | |
return | void |
public TimerInfo ( System.Action timerCallback ) : System | ||
timerCallback | System.Action | The Action to call each time the Timer fires. Does away with a context object argument - use a closure instead. |
return | System |