Click or drag to resize

ProcessQueueTProcessItemsFunction Property

Gets or sets the user function for processing multiple items in the ProcessQueueT at once.

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

Property Value

ProcessQueueTProcessItemsFunctionSignature
Remarks

This function and ProcessItemFunction cannot be defined at the same time

A ProcessQueueT must be defined to process a single item at a time or many items at once

Implementation of this function makes ProcessingStyle = ManyAtOnce

See Also