C# Class IServiceOriented.ServiceBus.Services.TimerEvent

Inheritance: IDisposable
Afficher le fichier Open project: jezell/iserviceoriented Class Usage Examples

Méthodes publiques

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

Private Methods

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

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( bool disposing ) : void
disposing bool
Résultat void

TimerEvent() public méthode

public TimerEvent ( System.Action action, System.TimeSpan interval ) : System
action System.Action
interval System.TimeSpan
Résultat System

TimerEvent() public méthode

public TimerEvent ( System.Action action, System.TimeSpan interval, System.DateTime startDate ) : System
action System.Action
interval System.TimeSpan
startDate System.DateTime
Résultat System

TimerEvent() public méthode

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

TimerEvent() public méthode

public TimerEvent ( System.Action action, System.TimeSpan interval, object state ) : System
action System.Action
interval System.TimeSpan
state object
Résultat System

TimerEvent() public méthode

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