DoubleBufferedQueueManagerT(Action) Constructor

Creates a new instance of the DoubleBufferedQueueManagerT class.

Definition

Namespace: Gemstone.Threading.Collections
Assembly: Gemstone.Threading (in Gemstone.Threading.dll) Version: 1.0.181 -- Release Build+113ab35562e481060180aede63c34f30f3f2af7e
public DoubleBufferedQueueManager(
	Action itemHandler
)

Parameters

itemHandler  Action
The method to handle processing of queued items.

See Also