Click or drag to resize

ProcessDictionaryTKey, TValueProcessItemsFunction Property

Gets or sets the user function used to process multiple items in the list at once.

Namespace: GSF.Collections
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.253-beta+ffb7163c9e3b771705bc5b9aa3f09870f2cb9e2c
Syntax
public override ProcessQueueTProcessItemsFunctionSignature ProcessItemsFunction { get; set; }
View Source

Property Value

ProcessQueueTProcessItemsFunctionSignature
Remarks

This function and ProcessItemFunction cannot be defined at the same time.

A ProcessDictionaryTKey, TValue must be defined to process either a single item at a time or many items at once.

Implementation of this function makes QueueProcessingStyle = ManyAtOnce.

See Also