WaitTimeList<(Of <(<'TElement>)>)>..::..RemoveItem Method
Overload List
Name | Description | |
---|---|---|
RemoveItem(Boolean) |
Removes the item.
|
|
RemoveItem()()()() |
While overridden the method can be used to remove first ready item from the queue.
The method is called by the internal timer callback inside the lock of the instance of this class.
Typically it is used to schedule a work related to removed Item using the ThreadPool.
|
|
RemoveItem(TElement%) |
Removes the item.
|