Delegate which represents the handler for responses to the Get Device ID List message.
| C# | Visual Basic | Visual 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 )
- sender (Object)
- Object who sent the message.
- e (ServiceProvider..::.GetDeviceIdListResponseArgs)
- Paramters associated with this particular callback.
Assembly: ServiceProvider (Module: ServiceProvider)