Reference Library
OnRetrieveCallResponse Event
NamespacesAvaya.ApplicationEnablement.DMCCThirdPartyCallControllerOnRetrieveCallResponse
Event registration for responses to RetrieveCall requests.
Declaration Syntax
C#Visual BasicVisual C++
public event RetrieveCallResponseHandler OnRetrieveCallResponse
Public Event OnRetrieveCallResponse As RetrieveCallResponseHandler
public:
virtual  event RetrieveCallResponseHandler^ OnRetrieveCallResponse {
	void add (RetrieveCallResponseHandler^ value);
	void remove (RetrieveCallResponseHandler^ value);
}

Assembly: ServiceProvider (Module: ServiceProvider)