Method | Description | |
---|---|---|
Dispose ( ) : void | ||
RegisterCallback ( Action |
||
RegisterCallback ( WeakAction |
||
ResetStats ( ) : void | ||
SharedTimerInstance ( |
||
StatusMessage ( bool &warning, bool &error ) : string |
Method | Description | |
---|---|---|
Callback ( object state ) : void |
public RegisterCallback ( Action |
||
callback | Action |
|
return | WeakAction |
public RegisterCallback ( WeakAction |
||
weakAction | WeakAction |
|
return | WeakAction |
public SharedTimerInstance ( |
||
parentTimer | ||
interval | int | |
return | System |
public StatusMessage ( bool &warning, bool &error ) : string | ||
warning | bool | |
error | bool | |
return | string |