IAutomationEventController is defined in the Telligent.Evolution.Extensibility.Automation.Version1 namespace of Telligent.Evolution.Platform.dll
Definition
interface IAutomationEventController
{
void RegisterEvent(string entityName, string eventName, Type eventArgumentsType, Action<AutomationEventHandler> attachHandler, AutomationEventOptions options = null);
}
Methods
void RegisterEvent(string entityName, string eventName, Type eventArgumentsType, Action<AutomationEventHandler> attachHandler, AutomationEventOptions options = null);
Parameters
| Name | Type | Description | Required | Default | Options |
|---|---|---|---|---|---|
| entityName | string | Entity Name | Required | ||
| eventName | string | Event Name | Required | ||
| eventArgumentsType | Type | Event Arguments Type | Required | ||
| attachHandler | Action<AutomationEventHandler> | Attach Handler | Required | ||
| options | AutomationEventOptions | Options | Optional |