C-DEngine 5.105

TheTimeouts..::..HeartBeatMissed Property

Amount of Heartbeats that can be missed before node is declared unresponsive

Namespace:  nsCDEngine.ViewModels
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public int HeartBeatMissed { get; set; }
Public Property HeartBeatMissed As Integer
	Get
	Set
public:
property int^ HeartBeatMissed {
	int^ get ();
	void set (int^ value);
}