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.258-beta+f8b6aa3dbfe0b4cc2b0b0760dd5d2a3dd4f59d09
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