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