Delegate which represents the handler for the Server Connection Down Event
| C# | Visual Basic | Visual C++ |
public delegate void ServerConnectionDownEventHandler( Object sender, ServiceProvider..::.ServerConnectionDownEventArgs e )
Public Delegate Sub ServerConnectionDownEventHandler ( _ sender As Object, _ e As ServiceProvider..::.ServerConnectionDownEventArgs _ )
public delegate void ServerConnectionDownEventHandler( Object^ sender, ServiceProvider..::.ServerConnectionDownEventArgs^ e )
- sender (Object)
- Object who sent the message.
- e (ServiceProvider..::.ServerConnectionDownEventArgs)
- Paramters associated with this particular callback.
Assembly: ServiceProvider (Module: ServiceProvider)