C# Class IServiceOriented.ServiceBus.Services.TimerEvent

Inheritance: IDisposable
Mostrar archivo Open project: jezell/iserviceoriented Class Usage Examples

Public Methods

Method 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

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

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Dispose() public method

public Dispose ( bool disposing ) : void
disposing bool
return void

TimerEvent() public method

public TimerEvent ( System.Action action, System.TimeSpan interval ) : System
action System.Action
interval System.TimeSpan
return System

TimerEvent() public method

public TimerEvent ( System.Action action, System.TimeSpan interval, System.DateTime startDate ) : System
action System.Action
interval System.TimeSpan
startDate System.DateTime
return System

TimerEvent() public method

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
return System

TimerEvent() public method

public TimerEvent ( System.Action action, System.TimeSpan interval, object state ) : System
action System.Action
interval System.TimeSpan
state object
return System

TimerEvent() public method

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
return System