ProcessQueueTRemove Method
Removes the first occurrence of a specific object from the
ProcessQueueT.
Namespace: Gemstone.Threading.CollectionsAssembly: Gemstone.Threading (in Gemstone.Threading.dll) Version: 1.0.147 -- Release Build+71918e29738e2d0700de8aec0ad72324b16f1428
public virtual bool Remove(
T item
)
Public Overridable Function Remove (
item As T
) As Boolean
public:
virtual bool Remove(
T item
)
- item T
- The object to remove from the ProcessQueueT. The value can be null for reference types.
BooleanTrue, if item is successfully removed; otherwise, false. This method also returns false if item was
not found in the
ProcessQueueT.
ICollectionTRemove(T)