Reference Library
GetDeviceIdList Method (sessionId, userState)
NamespacesAvaya.ApplicationEnablement.DMCCServiceProviderGetDeviceIdList(String, Object)
Get all the Device Ids that are active for a particular session id.
Declaration Syntax
C#Visual BasicVisual C++
public int GetDeviceIdList(
	string sessionId,
	Object userState
)
Public Function GetDeviceIdList ( _
	sessionId As String, _
	userState As Object _
) As Integer
public:
virtual int GetDeviceIdList(
	String^ sessionId, 
	Object^ userState
) sealed
Parameters
sessionId (String)
The session id of interest.
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)