Reference Library
GetMonitorList Method (sessionId, userState)
NamespacesAvaya.ApplicationEnablement.DMCCServiceProviderGetMonitorList(String, Object)
Get a list of all the monitors which are active on a particular session id.
Declaration Syntax
C#Visual BasicVisual C++
public int GetMonitorList(
	string sessionId,
	Object userState
)
Public Function GetMonitorList ( _
	sessionId As String, _
	userState As Object _
) As Integer
public:
virtual int GetMonitorList(
	String^ sessionId, 
	Object^ userState
) sealed
Parameters
sessionId (String)
The session id of interest.
userState (Object)
A object which will be returned via the GetMonitorListResponse callback.
Return Value
The Invoke Id of the XML message that was sent to the server.

Assembly: ServiceProvider (Module: ServiceProvider)