Reference Library
MissedAtLeastOneKeepAliveEventHandler Delegate
NamespacesAvaya.ApplicationEnablement.DMCCMissedAtLeastOneKeepAliveEventHandler
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.
Declaration Syntax
C#Visual BasicVisual 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
)
Parameters
sender (Object)
Object who sent the message.
e (ServiceProvider..::..MissedAtLeastOneKeepAliveEventArgs)
Parameters associated with this particular callback.

Assembly: ServiceProvider (Module: ServiceProvider)