Click or drag to resize

ProcessQueueTRemove Method

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

Namespace: GSF.Collections
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.249-beta+56964f8aed6f3f2e54faec1539f7ce0ba6548fdf
Syntax
public virtual bool Remove(
	T item
)
View Source

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