Click or drag to resize
ConcurrentQueueMailboxPost Method
Posts the specified envelope.

Namespace: Akka.Dispatch
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public override void Post(
	ActorRef receiver,
	Envelope envelope
)

Parameters

receiver
Type: Akka.ActorActorRef

[Missing <param name="receiver"/> documentation for "M:Akka.Dispatch.ConcurrentQueueMailbox.Post(Akka.Actor.ActorRef,Akka.Actor.Envelope)"]

envelope
Type: Akka.ActorEnvelope
The envelope.
See Also