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.250-beta+e1aac152bf9c38c67035c6d283461f222e39e02a
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