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

Assembly: ServiceProvider (Module: ServiceProvider)