Reference Library
GetDeviceIdResponseHandler Delegate
NamespacesAvaya.ApplicationEnablement.DMCCGetDeviceIdResponseHandler
Delegate for handling the response to a GetDeviceId request.
Declaration Syntax
C#Visual BasicVisual C++
public delegate void GetDeviceIdResponseHandler(
	Object sender,
	Device..::..GetDeviceIdResponseArgs e
)
Public Delegate Sub GetDeviceIdResponseHandler ( _
	sender As Object, _
	e As Device..::..GetDeviceIdResponseArgs _
)
public delegate void GetDeviceIdResponseHandler(
	Object^ sender, 
	Device..::..GetDeviceIdResponseArgs^ e
)
Parameters
sender (Object)
Object who fired the response.
e (Device..::..GetDeviceIdResponseArgs)
Data associated with the response.

Assembly: ServiceProvider (Module: ServiceProvider)