C-DEngine 5.105

TheServiceHostInfo..::..EnforceFifoQueue Property

If set to true, packages/telegrams within a QDX will always be send in FIFO mode. If False, QDX priority smaller 3 will be sent as FILO

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

Syntax


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