Reference Library
CallAssociatedStartMonitorResponseHandler Delegate
NamespacesAvaya.ApplicationEnablement.DMCCCallAssociatedStartMonitorResponseHandler
Delegate for a response to a StartMonitor request

Supported in: 6.3.0

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

Assembly: ServiceProvider (Module: ServiceProvider)