Click or drag to resize
Akka.NETListPriorityQueueCount Method
Counts the number of items in the priority queue.

Namespace:  Akka.Util
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public int Count()

Return Value

Type: Int32
The total number of items in the queue.
See Also