C# Class Hardly.Timer

Inheritance: TimerBase
Afficher le fichier Open project: hardlydifficult/HardlyBot Class Usage Examples

Méthodes publiques

Méthode Description
Timer ( TimeSpan timeSpan, System.Action timeUp ) : System

Private Methods

Méthode Description
TimerElapsed ( object sender, System.Timers.ElapsedEventArgs e ) : void

Method Details

Timer() public méthode

public Timer ( TimeSpan timeSpan, System.Action timeUp ) : System
timeSpan TimeSpan
timeUp System.Action
Résultat System