Method | Description | |
---|---|---|
CreateTimer ( int interval = 100 ) : |
Creates a SharedTimer using the current SharedTimerScheduler.
|
|
Dispose ( ) : void |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
|
|
SharedTimerScheduler ( ) : System |
Creates a new instance of the SharedTimerScheduler class.
|
Method | Description | |
---|---|---|
RegisterCallback ( int interval, Action |
||
RegisterCallback ( int interval, WeakAction |
||
ReportStatus ( object sender, EventArgs |
public CreateTimer ( int interval = 100 ) : |
||
interval | int | The interval of the timer, default is 100. |
return |