Click or drag to resize
Akka.NETIMessageQueueTryDequeue Method
Tries to pull an envelope of the message queue

Namespace:  Akka.Dispatch.MessageQueues
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
bool TryDequeue(
	out Envelope envelope
)

Parameters

envelope
Type: Akka.ActorEnvelope
The envelope that was dequeued

Return Value

Type: Boolean
TBD
See Also