Delegate EventExpeditedDelegate
Delegate to call when an event is processed earlier than the scheduler intended.
Namespace: Fibula.Scheduling.Contracts.Delegates
Assembly: Fibula.Scheduling.Contracts.dll
Syntax
public delegate bool EventExpeditedDelegate(IEvent sender);
Parameters
Type | Name | Description |
---|---|---|
IEvent | sender | The sender of the event processed event. |
Returns
Type | Description |
---|---|
System.Boolean | True if the event is successfully expedited, false otherwise. |