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
Afficher le fichier Open project: nirzaf/Asterisk.2013 Class Usage Examples

Méthodes publiques

Méthode Description
ActionCompleteEventClass ( ) : Type

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

Method Details

ActionCompleteEventClass() public abstract méthode

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