Click or drag to resize
DigitalRuneWorkOptionsQueueFIFO Property
Gets or sets a value indicating whether this work should be queued in a first-in-first-out (FIFO) order.

Namespace: DigitalRune.Threading
Assembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
Syntax
public bool QueueFIFO { get; set; }

Property Value

Type: Boolean
if the task should be queued in FIFO order; otherwise, .
Remarks
FIFO order: The task will be started after all currently existing tasks.
See Also