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

Assembly: ServiceProvider (Module: ServiceProvider)