Reference Library
GetDeviceIdList Method (userState)
NamespacesAvaya.ApplicationEnablement.DMCCServiceProviderGetDeviceIdList(Object)
Get all the Device IDs that are active on the DMCC server.
Declaration Syntax
C#Visual BasicVisual C++
public int GetDeviceIdList(
	Object userState
)
Public Function GetDeviceIdList ( _
	userState As Object _
) As Integer
public:
virtual int GetDeviceIdList(
	Object^ userState
) sealed
Parameters
userState (Object)
A object which will be returned via the GetDeviceIdListResponse callback.
Return Value
The Invoke Id of the XML message that was sent to the server.

Assembly: ServiceProvider (Module: ServiceProvider)