C# Class PerpetualEngine.DroidSimpleTimer

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

Méthodes publiques

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

Method Details

Clear() public méthode

public Clear ( ) : void
Résultat void

DroidSimpleTimer() public méthode

public DroidSimpleTimer ( ) : System
Résultat System

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