Reference Library
ThirdPartyCallControlStopMonitorResponseHandler Delegate
NamespacesAvaya.ApplicationEnablement.DMCCThirdPartyCallControlStopMonitorResponseHandler
Delegate for handling the response to a StopMonitor request.
Declaration Syntax
C#Visual BasicVisual C++
public delegate void ThirdPartyCallControlStopMonitorResponseHandler(
	Object sender,
	ThirdPartyCallController..::..ThirdPartyCallControlStopMonitorResponseArgs e
)
Public Delegate Sub ThirdPartyCallControlStopMonitorResponseHandler ( _
	sender As Object, _
	e As ThirdPartyCallController..::..ThirdPartyCallControlStopMonitorResponseArgs _
)
public delegate void ThirdPartyCallControlStopMonitorResponseHandler(
	Object^ sender, 
	ThirdPartyCallController..::..ThirdPartyCallControlStopMonitorResponseArgs^ e
)
Parameters
sender (Object)
Object who fired the response.
e (ThirdPartyCallController..::..ThirdPartyCallControlStopMonitorResponseArgs)
Data associated with the response.

Assembly: ServiceProvider (Module: ServiceProvider)