C# Class PerpetualEngine.MockedSimpleTimer

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

Public Methods

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

Private Methods

Method Description
RepeatAsync ( System.TimeSpan timeSpan, System.Action action ) : void

Method Details

Clear() public method

public Clear ( ) : void
return void

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