RepointableActorRefInitialize Method |
Initialize: make a dummy cell which holds just a mailbox, then tell our
supervisor that we exist so that he can create the real Cell in
handleSupervise().
Call twice on your own peril!
This is protected so that others can have different initialization.
Namespace: Akka.ActorAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic void Initialize(
bool async
)
Public Sub Initialize (
async As Boolean
)
public:
void Initialize(
bool async
)
member Initialize :
async : bool -> unit
Parameters
- async
- Type: SystemBoolean
[Missing <param name="async"/> documentation for "M:Akka.Actor.RepointableActorRef.Initialize(System.Boolean)"]
See Also