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.243-beta+92d6762f3b12bbbc557022a0922be296d2dc09be
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