Reference Library
StopMonitor Method (monitorId, userState)
NamespacesAvaya.ApplicationEnablement.DMCCMediaStopMonitor(String, Object)
Send a Stop Monitor XML message to the server
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 to be stopped.
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)