Click or drag to resize

DoubleBufferedQueueManager<T> (Action, Action<Exception> ) Constructor

Creates a new instance of the DoubleBufferedQueueManager<T> class.

Namespace: GSF.Collections
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.244-beta+cf93f5f8aea4b941e9b426fe4e180c2bd85d31a2
Syntax
public DoubleBufferedQueueManager(
	Action itemHandler,
	Action<Exception> exceptionHandler
)
View Source

Parameters

itemHandler  Action
The method to handle processing of queued items.
exceptionHandler  Action<Exception>
The method to handle exceptions that occur when processing items.
See Also