C# Class MorseCode.CsJs.UI.WindowTimer

Inheritance: ITimer
Afficher le fichier Open project: jam40jeff/CsJs

Méthodes publiques

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

Private Methods

Méthode Description
Start ( bool throwExceptionIfRunning ) : void
Stop ( bool throwExceptionIfNotRunning ) : void

Method Details

Start() public méthode

public Start ( ) : void
Résultat void

StartSafe() public méthode

public StartSafe ( ) : void
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void

StopSafe() public méthode

public StopSafe ( ) : void
Résultat void

WindowTimer() public méthode

public WindowTimer ( System.Action callback, int milliseconds, bool autoReset ) : System
callback System.Action
milliseconds int
autoReset bool
Résultat System