Méthode | Description | |
---|---|---|
Dispose ( ) : void | ||
Dispose ( bool disposing ) : void | ||
TimerEvent ( System.Action action, System.TimeSpan interval ) : System | ||
TimerEvent ( System.Action action, System.TimeSpan interval, System.DateTime startDate ) : System | ||
TimerEvent ( System.Action action, System.TimeSpan interval, System.DateTime startDate, object state ) : System | ||
TimerEvent ( System.Action action, System.TimeSpan interval, object state ) : System | ||
TimerEvent ( System.Guid eventId, System.Action action, System.TimeSpan interval, System.DateTime startDate, object state ) : System |
Méthode | Description | |
---|---|---|
Start ( ) : void | ||
Stop ( ) : void | ||
onTimerElapsed ( object sender, System.Timers.ElapsedEventArgs e ) : void |
public TimerEvent ( System.Action action, System.TimeSpan interval ) : System | ||
action | System.Action | |
interval | System.TimeSpan | |
Résultat | System |
public TimerEvent ( System.Action action, System.TimeSpan interval, System.DateTime startDate ) : System | ||
action | System.Action | |
interval | System.TimeSpan | |
startDate | System.DateTime | |
Résultat | System |
public TimerEvent ( System.Action action, System.TimeSpan interval, System.DateTime startDate, object state ) : System | ||
action | System.Action | |
interval | System.TimeSpan | |
startDate | System.DateTime | |
state | object | |
Résultat | System |
public TimerEvent ( System.Action action, System.TimeSpan interval, object state ) : System | ||
action | System.Action | |
interval | System.TimeSpan | |
state | object | |
Résultat | System |
public TimerEvent ( System.Guid eventId, System.Action action, System.TimeSpan interval, System.DateTime startDate, object state ) : System | ||
eventId | System.Guid | |
action | System.Action | |
interval | System.TimeSpan | |
startDate | System.DateTime | |
state | object | |
Résultat | System |