Click or drag to resize

QueueProcessingStyle Enumeration

Enumeration of possible ProcessQueueT processing styles.

Namespace: GSF.Collections
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.242-beta+5de70bd1c87865d409ebc16b8886196644c0c750
Syntax
public enum QueueProcessingStyle
Members
Member nameValueDescription
OneAtATime0 Defines ProcessQueueT processing delegate to process only one item at a time.
ManyAtOnce1 Defines ProcessQueueT processing delegate to process all currently available items in the ProcessQueueT. Items are passed into delegate as an array.
See Also