C# Class Hardly.TimerSet

Afficher le fichier Open project: hardlydifficult/HardlyBot

Méthodes publiques

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

Private Methods

Méthode Description
Tick ( uint i ) : void

Method Details

Start() public méthode

public Start ( ) : void
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void

TimeRemaining() public méthode

public TimeRemaining ( ) : TimeSpan
Résultat TimeSpan

TimerSet() public méthode

public TimerSet ( TimeSpan timeSpan, System.Action action ) : System
timeSpan TimeSpan
action System.Action
Résultat System