Enum ProcessingMode
Represents the mode in which the work items of QueuedBackgroundWorker are processed.
Namespace: Manina.Windows.Forms
Assembly: ImageListView.dll
Syntax
public enum ProcessingMode
Fields
Name | Description |
---|---|
FIFO | Items are processed in the order they are received. |
LIFO | Items are processed in reverse order. |