Documentation for a minimal subset of the QSM API
DisableFailureDetection Property
Namespaces > QS.CMS.Framework2 > ClientConfiguration > DisableFailureDetection
When this option is set, no heartbeats will be sent to the failure detector and the process can crash without being detected.
Syntax
C#Visual BasicManaged C++
public bool DisableFailureDetection { get; set; }
Public Property DisableFailureDetection As Boolean
public:
property bool DisableFailureDetection {
	bool get ();
	void set (bool value);
}

Assembly: QuickSilver_3 (Module: QuickSilver_3) Version: 1.0.2647.33823