Reference Library
SelectiveListeningRetrieveResponseHandler Delegate
NamespacesAvaya.ApplicationEnablement.DMCCSelectiveListeningRetrieveResponseHandler
Delegate for a response to a SelectiveListeningRetrieve request

Supported in: 6.1.0

Declaration Syntax
C#Visual BasicVisual C++
public delegate void SelectiveListeningRetrieveResponseHandler(
	Object sender,
	ThirdPartyCallController..::..SelectiveListeningRetrieveResponseArgs e
)
Public Delegate Sub SelectiveListeningRetrieveResponseHandler ( _
	sender As Object, _
	e As ThirdPartyCallController..::..SelectiveListeningRetrieveResponseArgs _
)
public delegate void SelectiveListeningRetrieveResponseHandler(
	Object^ sender, 
	ThirdPartyCallController..::..SelectiveListeningRetrieveResponseArgs^ e
)
Parameters
sender (Object)
Object who sent this message
e (ThirdPartyCallController..::..SelectiveListeningRetrieveResponseArgs)
Parameters associated with this response.

Assembly: ServiceProvider (Module: ServiceProvider)