Reference Library
GetDeviceIdList Method (sessionId, userState)
NamespacesAvaya.ApplicationEnablement.DMCCIServiceProviderGetDeviceIdList(String, Object)
Sends a GetDeviceIdList message to the server.
Declaration Syntax
C#Visual BasicVisual C++
int GetDeviceIdList(
	string sessionId,
	Object userState
)
Function GetDeviceIdList ( _
	sessionId As String, _
	userState As Object _
) As Integer
int GetDeviceIdList(
	String^ sessionId, 
	Object^ userState
)
Parameters
sessionId (String)
Get the device ids that are associated with this session id.
userState (Object)
Any object which will be returned via the getDeviceIdListResponse callback.
Return Value
The Invoke Id of the outgoing XML message

Assembly: ServiceProvider (Module: ServiceProvider)