Reference Library
StopMonitor Method (monitorId, userState)
NamespacesAvaya.ApplicationEnablement.DMCCPhoneStopMonitor(String, Object)
Sends 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)
ID of the monitor the application wants to stop.
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)