Click or drag to resize
Akka.NETUnboundedPriorityMessageQueueLockedEnqueue Method
Unsafe method for enqueuing a new message to the queue.

Namespace:  Akka.Dispatch.MessageQueues
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
protected override void LockedEnqueue(
	Envelope envelope
)

Parameters

envelope
Type: Akka.ActorEnvelope
The message to enqueue.
Remarks
Called from within a synchronization mechanism.
See Also