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