Method | Description | |
---|---|---|
Again ( ) : void | ||
Start ( ) : void | ||
Stop ( ) : void | ||
TimerWatcher ( Context context, System.Action callback, System.TimeSpan after, System.TimeSpan repeat ) : System |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Method | Description | |
---|---|---|
Invoke ( object state ) : void |
public TimerWatcher ( Context context, System.Action callback, System.TimeSpan after, System.TimeSpan repeat ) : System | ||
context | Context | |
callback | System.Action | |
after | System.TimeSpan | |
repeat | System.TimeSpan | |
return | System |