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.249-beta+56964f8aed6f3f2e54faec1539f7ce0ba6548fdf
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