Reference Library
GetMonitorList Method (userState)
NamespacesAvaya.ApplicationEnablement.DMCCServiceProviderGetMonitorList(Object)
Get a list of all the monitors which are active on this DMCC server.
Declaration Syntax
C#Visual BasicVisual C++
public int GetMonitorList(
	Object userState
)
Public Function GetMonitorList ( _
	userState As Object _
) As Integer
public:
virtual int GetMonitorList(
	Object^ userState
) sealed
Parameters
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)