Click or drag to resize

ProcessDictionaryTKey, TValueProcessItemFunction Property

Gets or sets the user function used to process items in the list one at a time.

Namespace: GSF.Collections
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.181-beta
Syntax
public virtual ProcessDictionaryTKey, TValueProcessItemFunctionSignature ProcessItemFunction { get; set; }
View Source

Property Value

ProcessDictionaryTKey, TValueProcessItemFunctionSignature
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 = OneAtATime.

See Also