Attaches an ActorCell to the Mailbox.
Namespace: Akka.DispatchAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic void SetActor(
ActorCell actorCell
)
Public Sub SetActor (
actorCell As ActorCell
)
public:
void SetActor(
ActorCell^ actorCell
)
member SetActor :
actorCell : ActorCell -> unit
Parameters
- actorCell
- Type: Akka.ActorActorCell
[Missing <param name="actorCell"/> documentation for "M:Akka.Dispatch.Mailbox.SetActor(Akka.Actor.ActorCell)"]
See Also