Reference Library
CallAssociatedStopMonitorResponseHandler Delegate
NamespacesAvaya.ApplicationEnablement.DMCCCallAssociatedStopMonitorResponseHandler
Delegate for a response to a StopMonitor request

Supported in: 6.3.0

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

Assembly: ServiceProvider (Module: ServiceProvider)