Reference Library
getNumberOfConsecutiveKeepAlivesMissed Property
NamespacesAvaya.ApplicationEnablement.DMCCServiceProvider..::.MissedAtLeastOneKeepAliveEventArgsgetNumberOfConsecutiveKeepAlivesMissed
The number of Reset Application messages sent but no response has been received. If this number is greater than 0 then the server may be down or the socket connection to the server may be down.
Declaration Syntax
C#Visual BasicVisual C++
public int getNumberOfConsecutiveKeepAlivesMissed { get; }
Public ReadOnly Property getNumberOfConsecutiveKeepAlivesMissed As Integer
public:
property int getNumberOfConsecutiveKeepAlivesMissed {
	int get ();
}

Assembly: ServiceProvider (Module: ServiceProvider)