Click or drag to resize

ConcurrentTokenizedPriorityQueueTKey, TValue, TTokenDequeue Method

Dequeues the item with minimum key. If the queue is empty, an exception will be thrown.

Namespace: Altaxo.Collections
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public (TKey , TValue ) Dequeue()

Return Value

ValueTupleTKey, TValue
The key/value pair with minimum key value.
Exceptions
ExceptionCondition
InvalidOperationExceptionQueue is empty.
See Also