Delegate which represents the handler for the event which signifies that the server missed at least one keep alive response.
This event may indicate no connectivity to ehserver or the server might be down.
| C# | Visual Basic | Visual C++ |
public delegate void MissedAtLeastOneKeepAliveEventHandler( Object sender, ServiceProvider..::.MissedAtLeastOneKeepAliveEventArgs e )
Public Delegate Sub MissedAtLeastOneKeepAliveEventHandler ( _ sender As Object, _ e As ServiceProvider..::.MissedAtLeastOneKeepAliveEventArgs _ )
public delegate void MissedAtLeastOneKeepAliveEventHandler( Object^ sender, ServiceProvider..::.MissedAtLeastOneKeepAliveEventArgs^ e )
- sender (Object)
- Object who sent the message.
- e (ServiceProvider..::.MissedAtLeastOneKeepAliveEventArgs)
- Paramters associated with this particular callback.
Assembly: ServiceProvider (Module: ServiceProvider)