ProcessQueueTRemove Method

Removes the first occurrence of a specific object from the ProcessQueueT.

Definition

Namespace: Gemstone.Threading.Collections
Assembly: Gemstone.Threading (in Gemstone.Threading.dll) Version: 1.0.156 -- Release Build+d9c3c9ff423cb81bc351c70c72797c5bc686ec2e
public virtual bool Remove(
	T item
)

Parameters

item  T
The object to remove from the ProcessQueueT. The value can be null for reference types.

Return Value

Boolean
True, if item is successfully removed; otherwise, false. This method also returns false if item was not found in the ProcessQueueT.

Implements

ICollectionTRemove(T)

See Also