Delegate which represents the handler for responses to the Get Monitor List message.
| C# | Visual Basic | Visual C++ |
public delegate void GetMonitorListResponseHandler( Object sender, ServiceProvider..::.GetMonitorListResponseArgs e )
Public Delegate Sub GetMonitorListResponseHandler ( _ sender As Object, _ e As ServiceProvider..::.GetMonitorListResponseArgs _ )
public delegate void GetMonitorListResponseHandler( Object^ sender, ServiceProvider..::.GetMonitorListResponseArgs^ e )
- sender (Object)
- Object who sent the message.
- e (ServiceProvider..::.GetMonitorListResponseArgs)
- Paramters associated with this particular callback.
Assembly: ServiceProvider (Module: ServiceProvider)