Click or drag to resize
MailboxSetActor Method
Attaches an ActorCell to the Mailbox.

Namespace: Akka.Dispatch
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public void SetActor(
	ActorCell actorCell
)

Parameters

actorCell
Type: Akka.ActorActorCell

[Missing <param name="actorCell"/> documentation for "M:Akka.Dispatch.Mailbox.SetActor(Akka.Actor.ActorCell)"]

See Also