Click or drag to resize

ConcurrentTokenizedPriorityQueueTKey, TValue, TToken(Int32) Constructor

Initializes a new instance of the ConcurrentTokenizedPriorityQueueTKey, TValue, TToken class. This instance is not configured to generate tokens by itself, thus you must use the TryAdd(..) functions to enqueue items.

Namespace: Altaxo.Collections
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public ConcurrentTokenizedPriorityQueue(
	int initialCapacity
)

Parameters

initialCapacity  Int32
The initial capacity of the queue.
See Also