C-DEngine 5.105

TheServiceHostInfo..::..DisablePriorityInversion Property

If true, the SmartQueue will not change any set priority

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

Syntax


public bool DisablePriorityInversion { get; set; }
Public Property DisablePriorityInversion As Boolean
	Get
	Set
public:
property bool^ DisablePriorityInversion {
	bool^ get ();
	void set (bool^ value);
}