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.264-beta+d1c3a754a4d50e5c740e530e6875e878ac32de9a
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