AutomationEventHandler is defined in the Telligent.Evolution.Extensibility.Automation.Version1 namespace of Telligent.Evolution.Platform.dll
Definition
class AutomationEventHandler
{
	IAsyncResult BeginInvoke(Object arguments, AsyncCallback callback, Object object);
	void EndInvoke(IAsyncResult result);
	void Invoke(Object arguments);
}
Methods
IAsyncResult BeginInvoke(Object arguments, AsyncCallback callback, Object object);
Parameters
| Name | Type | Description | Required | Default | Options | 
|---|---|---|---|---|---|
| arguments | Object | Arguments | Required | ||
| callback | AsyncCallback | Callback | Required | ||
| object | Object | Object | Required | 
Return Type
IAsyncResult
void EndInvoke(IAsyncResult result);
Parameters
| Name | Type | Description | Required | Default | Options | 
|---|---|---|---|---|---|
| result | IAsyncResult | Result | Required | 
void Invoke(Object arguments);
Parameters
| Name | Type | Description | Required | Default | Options | 
|---|---|---|---|---|---|
| arguments | Object | Arguments | Required | 
 
				