C# Class MorseCode.CsJs.UI.WindowTimer

Inheritance: ITimer
Datei anzeigen Open project: jam40jeff/CsJs

Public Methods

Method Description
Start ( ) : void
StartSafe ( ) : void
Stop ( ) : void
StopSafe ( ) : void
WindowTimer ( System.Action callback, int milliseconds, bool autoReset ) : System

Private Methods

Method Description
Start ( bool throwExceptionIfRunning ) : void
Stop ( bool throwExceptionIfNotRunning ) : void

Method Details

Start() public method

public Start ( ) : void
return void

StartSafe() public method

public StartSafe ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void

StopSafe() public method

public StopSafe ( ) : void
return void

WindowTimer() public method

public WindowTimer ( System.Action callback, int milliseconds, bool autoReset ) : System
callback System.Action
milliseconds int
autoReset bool
return System