Click or drag to resize
Akka.NETListPriorityQueueDequeue Method
Dequeues the highest priority message at the front of the priority queue.

Namespace:  Akka.Util
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public Envelope Dequeue()

Return Value

Type: Envelope
The highest priority message Envelope.
See Also