| ListPriorityQueuePeek Method |
Peek at the 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 member Peek : unit -> Envelope
Return Value
Type:
EnvelopeThe highest priority message
Envelope.
See Also