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

Assembly: ServiceProvider (Module: ServiceProvider)