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

Assembly: ServiceProvider (Module: ServiceProvider)