C# Class Hardly.Timer

Inheritance: TimerBase
Show file Open project: hardlydifficult/HardlyBot Class Usage Examples

Public Methods

Method Description
Timer ( TimeSpan timeSpan, System.Action timeUp ) : System

Private Methods

Method Description
TimerElapsed ( object sender, System.Timers.ElapsedEventArgs e ) : void

Method Details

Timer() public method

public Timer ( TimeSpan timeSpan, System.Action timeUp ) : System
timeSpan TimeSpan
timeUp System.Action
return System