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