Method | Description | |
---|---|---|
Start ( ) : void | ||
StartSafe ( ) : void | ||
Stop ( ) : void | ||
StopSafe ( ) : void | ||
WindowTimer ( System.Action callback, int milliseconds, bool autoReset ) : System |
Method | Description | |
---|---|---|
Start ( bool throwExceptionIfRunning ) : void | ||
Stop ( bool throwExceptionIfNotRunning ) : void |
public WindowTimer ( System.Action callback, int milliseconds, bool autoReset ) : System | ||
callback | System.Action | |
milliseconds | int | |
autoReset | bool | |
return | System |