Reference Library
OnGetPhysicalDeviceInformationResponse Event
NamespacesAvaya.ApplicationEnablement.DMCCServiceProviderOnGetPhysicalDeviceInformationResponse
Event registration for responses to GetPhysicalDeviceInformation requests.

Supported in: 5.2.0

Declaration Syntax
C#Visual BasicVisual C++
public event GetPhysicalDeviceInformationResponseHandler OnGetPhysicalDeviceInformationResponse
Public Event OnGetPhysicalDeviceInformationResponse As GetPhysicalDeviceInformationResponseHandler
public:
virtual  event GetPhysicalDeviceInformationResponseHandler^ OnGetPhysicalDeviceInformationResponse {
	void add (GetPhysicalDeviceInformationResponseHandler^ value);
	void remove (GetPhysicalDeviceInformationResponseHandler^ value);
}

Assembly: ServiceProvider (Module: ServiceProvider)