Delegate for handling the response to a StopMonitor request.
| C# | Visual Basic | Visual C++ |
public delegate void ThirdPartyCallControlStopMonitorResponseHandler( Object sender, ThirdPartyCallController..::.ThirdPartyCallControlStopMonitorResponseArgs e )
Public Delegate Sub ThirdPartyCallControlStopMonitorResponseHandler ( _ sender As Object, _ e As ThirdPartyCallController..::.ThirdPartyCallControlStopMonitorResponseArgs _ )
public delegate void ThirdPartyCallControlStopMonitorResponseHandler( Object^ sender, ThirdPartyCallController..::.ThirdPartyCallControlStopMonitorResponseArgs^ e )
- sender (Object)
- Object who fired the response.
- e (ThirdPartyCallController..::.ThirdPartyCallControlStopMonitorResponseArgs)
- Data associated with the response.
Assembly: ServiceProvider (Module: ServiceProvider)