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

Assembly: ServiceProvider (Module: ServiceProvider)