C# Class AsterNET.Manager.Action.ManagerActionEvent

The ManagerActionEvent is implemented by ManagerActions that return their result not in a ManagerResponse but by sending a series of events.
The event type that indicates that Asterisk is finished is returned by the ActionCompleteEventClass property.
Inheritance: AsterNET.Manager.Action.ManagerAction
Datei anzeigen Open project: nirzaf/Asterisk.2013 Class Usage Examples

Public Methods

Method Description
ActionCompleteEventClass ( ) : Type

Returns the event type that indicates that Asterisk is finished sending response events for this action.

Method Details

ActionCompleteEventClass() public abstract method

Returns the event type that indicates that Asterisk is finished sending response events for this action.
public abstract ActionCompleteEventClass ( ) : Type
return Type