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