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