C# Class IServiceOriented.ServiceBus.Services.TimerRuntimeService

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

Méthodes publiques

Méthode Description
AddEvent ( TimerEvent evt ) : void
ListRegisteredEvents ( ) : IEnumerable
RemoveEvent ( TimerEvent evt ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void
OnStart ( ) : void
OnStop ( ) : void

Method Details

AddEvent() public méthode

public AddEvent ( TimerEvent evt ) : void
evt TimerEvent
Résultat void

Dispose() protected méthode

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

ListRegisteredEvents() public méthode

public ListRegisteredEvents ( ) : IEnumerable
Résultat IEnumerable

OnStart() protected méthode

protected OnStart ( ) : void
Résultat void

OnStop() protected méthode

protected OnStop ( ) : void
Résultat void

RemoveEvent() public méthode

public RemoveEvent ( TimerEvent evt ) : void
evt TimerEvent
Résultat void