Reference Library
GetDeviceIdListResponseHandler Delegate
NamespacesAvaya.ApplicationEnablement.DMCCGetDeviceIdListResponseHandler
Delegate which represents the handler for responses to the Get Device ID List message.
Declaration Syntax
C#Visual BasicVisual C++
public delegate void GetDeviceIdListResponseHandler(
	Object sender,
	ServiceProvider..::.GetDeviceIdListResponseArgs e
)
Public Delegate Sub GetDeviceIdListResponseHandler ( _
	sender As Object, _
	e As ServiceProvider..::.GetDeviceIdListResponseArgs _
)
public delegate void GetDeviceIdListResponseHandler(
	Object^ sender, 
	ServiceProvider..::.GetDeviceIdListResponseArgs^ e
)
Parameters
sender (Object)
Object who sent the message.
e (ServiceProvider..::.GetDeviceIdListResponseArgs)
Paramters associated with this particular callback.

Assembly: ServiceProvider (Module: ServiceProvider)