C# Class PerpetualEngine.MockedSimpleTimer

Inheritance: SimpleTimer
Afficher le fichier Open project: perpetual-mobile/PerpetualEngine

Méthodes publiques

Méthode Description
Clear ( ) : void
IsRunning ( ) : bool
Repeat ( System.TimeSpan timeSpan, System.Action action, bool immediate = false ) : void

Private Methods

Méthode Description
RepeatAsync ( System.TimeSpan timeSpan, System.Action action ) : void

Method Details

Clear() public méthode

public Clear ( ) : void
Résultat void

IsRunning() public méthode

public IsRunning ( ) : bool
Résultat bool

Repeat() public méthode

public Repeat ( System.TimeSpan timeSpan, System.Action action, bool immediate = false ) : void
timeSpan System.TimeSpan
action System.Action
immediate bool
Résultat void