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