Reference Library
GetPhysicalDeviceNameResponseHandler Delegate
NamespacesAvaya.ApplicationEnablement.DMCCGetPhysicalDeviceNameResponseHandler
Delegate for handling the response to a GetPhysicalDeviceName request.

Supported in: 5.2.0

Declaration Syntax
C#Visual BasicVisual C++
public delegate void GetPhysicalDeviceNameResponseHandler(
	Object sender,
	ServiceProvider..::..GetPhysicalDeviceNameResponseArgs e
)
Public Delegate Sub GetPhysicalDeviceNameResponseHandler ( _
	sender As Object, _
	e As ServiceProvider..::..GetPhysicalDeviceNameResponseArgs _
)
public delegate void GetPhysicalDeviceNameResponseHandler(
	Object^ sender, 
	ServiceProvider..::..GetPhysicalDeviceNameResponseArgs^ e
)
Parameters
sender (Object)
Object who fired the response.
e (ServiceProvider..::..GetPhysicalDeviceNameResponseArgs)
Data associated with the response.

Assembly: ServiceProvider (Module: ServiceProvider)