Show / Hide Table of Contents

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.

Back to top Copyright © 2018 Özgür Özçıtak