C# Class AGENT.Contrib.Util.CountdownTimer

Count down from X number of seconds a single event will be triggerd at expiry
Afficher le fichier Open project: nothingmn/AGENT.Contrib Class Usage Examples

Méthodes publiques

Méthode Description
CountdownTimer ( System.TimeSpan duration ) : System
Start ( ) : void

Private Methods

Méthode Description
Fire ( object state ) : void

Method Details

CountdownTimer() public méthode

public CountdownTimer ( System.TimeSpan duration ) : System
duration System.TimeSpan
Résultat System

Start() public méthode

public Start ( ) : void
Résultat void