| MailboxSetActor Method |
Attaches an ActorCell to the Mailbox.
Namespace:
Akka.Dispatch
Assembly:
Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax public virtual void SetActor(
ActorCell actorCell
)
abstract SetActor :
actorCell : ActorCell -> unit
override SetActor :
actorCell : ActorCell -> unit
Parameters
- actorCell
- Type: Akka.ActorActorCell
TBD
See Also