Method Delete
Delete(IPriorityQueueHandle<T>)
Delete an item with a handle from a priority queue
Declaration
T Delete(IPriorityQueueHandle<T> handle)
Parameters
Type | Name | Description |
---|---|---|
IPriorityQueueHandle<T> | handle | The handle for the item. The handle will be invalidated, but reusable. |
Returns
Type | Description |
---|---|
T | The deleted item |