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