| ListPriorityQueueDequeue 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.129 (1.2.3.129)
Syntax public Envelope Dequeue()
member Dequeue : unit -> Envelope
Return Value
Type:
EnvelopeThe highest priority message
Envelope.
See Also