C-DEngine 5.105

TheServiceHostInfo..::..HeartbeatDelay Property

Amount of Seconds Delay to check on Heartbeat

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

Syntax


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