Reference Library
StopMonitor Method (MonitorId, userState)
NamespacesAvaya.ApplicationEnablement.DMCCIThirdPartyCallControllerStopMonitor(String, Object)
Turn a monitor off.
Declaration Syntax
C#Visual BasicVisual C++
int StopMonitor(
	string MonitorId,
	Object userState
)
Function StopMonitor ( _
	MonitorId As String, _
	userState As Object _
) As Integer
int StopMonitor(
	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)