Reference Library
SessionManagementStopMonitor Method (monitorId, userState)
NamespacesAvaya.ApplicationEnablement.DMCCServiceProviderSessionManagementStopMonitor(String, Object)
Stop a session magagement monitor.
Declaration Syntax
C#Visual BasicVisual C++
public int SessionManagementStopMonitor(
	string monitorId,
	Object userState
)
Public Function SessionManagementStopMonitor ( _
	monitorId As String, _
	userState As Object _
) As Integer
public:
virtual int SessionManagementStopMonitor(
	String^ monitorId, 
	Object^ userState
) sealed
Parameters
monitorId (String)
The id of the monitor that is to be stopped.
userState (Object)
Any object the application would like returned with the response.
Return Value
The Invoke Id of the message sent to the server.

Assembly: ServiceProvider (Module: ServiceProvider)