Delegate for a response to a SnapshotDevice request
| C# | Visual Basic | Visual C++ |
public delegate void SnapshotDeviceResponseHandler( Object sender, ThirdPartyCallController..::.SnapshotDeviceResponseArgs e )
Public Delegate Sub SnapshotDeviceResponseHandler ( _ sender As Object, _ e As ThirdPartyCallController..::.SnapshotDeviceResponseArgs _ )
public delegate void SnapshotDeviceResponseHandler( Object^ sender, ThirdPartyCallController..::.SnapshotDeviceResponseArgs^ e )
- sender (Object)
- Object who sent this message
- e (ThirdPartyCallController..::.SnapshotDeviceResponseArgs)
- Parameters associated with this response.
Assembly: ServiceProvider (Module: ServiceProvider)