Click or drag to resize
MailboxPost Method
Posts the specified envelope to the mailbox.

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

Parameters

receiver
Type: Akka.ActorActorRef

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

envelope
Type: Akka.ActorEnvelope
The envelope.
See Also