ResourceQueueTDequeue Method

Removes an item from the queue. If one does not exist, a new item is created.

Definition

Namespace: SnapDB.Collections
Assembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
public T Dequeue()

Return Value

T
The dequeued or newly recreated item of type T.

See Also