Reference Library
SessionManagementStopMonitor Method (monitorId, userState)
NamespacesAvaya.ApplicationEnablement.DMCCIServiceProviderSessionManagementStopMonitor(String, Object)
Turn a monitor off.
Declaration Syntax
C#Visual BasicVisual C++
int SessionManagementStopMonitor(
	string monitorId,
	Object userState
)
Function SessionManagementStopMonitor ( _
	monitorId As String, _
	userState As Object _
) As Integer
int SessionManagementStopMonitor(
	String^ monitorId, 
	Object^ userState
)
Parameters
monitorId (String)
The ID of the monitor the application wants to turn off.
userState (Object)
Any object the application would like returned with the response.
Return Value
The Invoke ID of the XML message sent to the server.

Assembly: ServiceProvider (Module: ServiceProvider)