Reference Library
GetPhysicalDeviceInformation Method (deviceId, userState)
NamespacesAvaya.ApplicationEnablement.DMCCServiceProviderGetPhysicalDeviceInformation(String, Object)
Get the physical information for the passed in device id.

Supported in: 5.2.0

Declaration Syntax
C#Visual BasicVisual C++
public int GetPhysicalDeviceInformation(
	string deviceId,
	Object userState
)
Public Function GetPhysicalDeviceInformation ( _
	deviceId As String, _
	userState As Object _
) As Integer
public:
virtual int GetPhysicalDeviceInformation(
	String^ deviceId, 
	Object^ userState
) sealed
Parameters
deviceId (String)
The device id that you want to get the physical information for.
userState (Object)
Any object the application would like returned with the response.
Return Value
The Invoke Id of the message sent to the server.

Assembly: ServiceProvider (Module: ServiceProvider)