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
파일 보기 프로젝트 열기: nirzaf/Asterisk.2013 1 사용 예제들

공개 메소드들

메소드 설명
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