Delegate for handling the response to a GetDeviceId request.
| C# | Visual Basic | Visual 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 )
- sender (Object)
- Object who fired the response.
- e (Device..::.GetDeviceIdResponseArgs)
- Data associated with the response.
Assembly: ServiceProvider (Module: ServiceProvider)