C# Class Pluton.TimedEvent

Inheritance: CountedInstance
Afficher le fichier Open project: Notulp/Pluton Class Usage Examples

Méthodes publiques

Méthode Description
Kill ( ) : void
Start ( ) : void
Stop ( ) : void
TimedEvent ( string name, double interval ) : System
TimedEvent ( string name, double interval, object>.Dictionary args ) : System

Private Methods

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

Method Details

Kill() public méthode

public Kill ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void

TimedEvent() public méthode

public TimedEvent ( string name, double interval ) : System
name string
interval double
Résultat System

TimedEvent() public méthode

public TimedEvent ( string name, double interval, object>.Dictionary args ) : System
name string
interval double
args object>.Dictionary
Résultat System