C# Class PerpetualEngine.DroidSimpleTimer

Inheritance: SimpleTimer
Exibir arquivo Open project: perpetual-mobile/PerpetualEngine

Public Methods

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

Method Details

Clear() public method

public Clear ( ) : void
return void

DroidSimpleTimer() public method

public DroidSimpleTimer ( ) : System
return System

IsRunning() public method

public IsRunning ( ) : bool
return bool

Repeat() public method

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