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.316-beta+461e40cb239c8ff1c2b7471a13bb1d1852a92e83
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