Reference Library
GetMonitorList Method (sessionId, userState)
NamespacesAvaya.ApplicationEnablement.DMCCIServiceProviderGetMonitorList(String, Object)
Sends a getMonitorList message to the server.
Declaration Syntax
C#Visual BasicVisual C++
int GetMonitorList(
	string sessionId,
	Object userState
)
Function GetMonitorList ( _
	sessionId As String, _
	userState As Object _
) As Integer
int GetMonitorList(
	String^ sessionId, 
	Object^ userState
)
Parameters
sessionId (String)
The id of the session of interest.
userState (Object)
A object which will be returned via the getMonitorListResponse callback.
Return Value
The Invoke Id of the outgoing XML message.

Assembly: ServiceProvider (Module: ServiceProvider)