Click or drag to resize

ProcessQueueTCanProcessItems Method

Determines if all items can be processed.

Namespace: GSF.Collections
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.245-beta+94213ae9d4d0aa7a2c48e5398b12d267b99f868a
Syntax
protected virtual bool CanProcessItems(
	T[] items
)
View Source

Parameters

items  T
An array of items of type T.

Return Value

Boolean
A Boolean value indicating whether the process queue can process the items.
Remarks

Use this function instead of invoking the CanProcessItemFunction pointer directly, since implementation of this delegate is optional.

See Also