C# Class Hardly.TimerSet

ファイルを表示 Open project: hardlydifficult/HardlyBot

Public Methods

Method Description
Start ( ) : void
Stop ( ) : void
TimeRemaining ( ) : TimeSpan
TimerSet ( TimeSpan timeSpan, System.Action action ) : System

Private Methods

Method Description
Tick ( uint i ) : void

Method Details

Start() public method

public Start ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void

TimeRemaining() public method

public TimeRemaining ( ) : TimeSpan
return TimeSpan

TimerSet() public method

public TimerSet ( TimeSpan timeSpan, System.Action action ) : System
timeSpan TimeSpan
action System.Action
return System