Reference Library
GetPhysicalDeviceName Method (deviceId, userState)
NamespacesAvaya.ApplicationEnablement.DMCCServiceProviderGetPhysicalDeviceName(String, Object)
Get the physical device name for the passed in device id.

Supported in: 5.2.0

Declaration Syntax
C#Visual BasicVisual C++
public int GetPhysicalDeviceName(
	string deviceId,
	Object userState
)
Public Function GetPhysicalDeviceName ( _
	deviceId As String, _
	userState As Object _
) As Integer
public:
virtual int GetPhysicalDeviceName(
	String^ deviceId, 
	Object^ userState
) sealed
Parameters
deviceId (String)
The device id that you want to get the physical name 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)