C# Класс 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.
Наследование: AsterNET.Manager.Action.ManagerAction
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
ActionCompleteEventClass ( ) : Type

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

Описание методов

ActionCompleteEventClass() публичный абстрактный Метод

Returns the event type that indicates that Asterisk is finished sending response events for this action.
public abstract ActionCompleteEventClass ( ) : Type
Результат Type