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.181-beta
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