Reference Library
SelectiveListeningHoldResponseHandler Delegate
NamespacesAvaya.ApplicationEnablement.DMCCSelectiveListeningHoldResponseHandler
Delegate for a response to a SelectiveListengingHold request

Supported in: 6.1.0

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

Assembly: ServiceProvider (Module: ServiceProvider)