ProcessQueueTAdd Method

Adds an item to the ProcessQueueT.

Definition

Namespace: Gemstone.Threading.Collections
Assembly: Gemstone.Threading (in Gemstone.Threading.dll) Version: 1.0.176 -- Release Build+9c922925034f0ac4a6f4aedc5071170fc0c71455
public void Add(
	T item
)

Parameters

item  T
The item to add to the ProcessQueueT.

Implements

ICollectionTAdd(T)

See Also