Namespace Fibula.Scheduling.Contracts.Delegates
Classes
EventFiredEventArgs
Class that represents the event arguments of an EventFiredDelegate event.
Delegates
EventCancelledDelegate
Delegate to call when an event is cancelled.
EventCompletedDelegate
Delegate to call when an event is processed to completion (after no more repeats).
EventDelayedDelegate
Delegate to call when an event is processed later than the scheduler intended.
EventExpeditedDelegate
Delegate to call when an event is processed earlier than the scheduler intended.
EventFiredDelegate
Delegate to call when an event is fired.