Click or drag to resize
Akka.NETDequeWrapperMessageQueueEnqueueFirst Method
Add a message to the front of the queue via the prepend buffer.

Namespace:  Akka.Dispatch.MessageQueues
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public void EnqueueFirst(
	Envelope envelope
)

Parameters

envelope
Type: Akka.ActorEnvelope
The message we wish to append to the front of the queue.

Implements

IDequeBasedMessageQueueSemanticsEnqueueFirst(Envelope)
See Also