| 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().
Namespace:
Akka.Actor
Assembly:
Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax public RepointableActorRef Initialize(
bool async
)
member Initialize :
async : bool -> RepointableActorRef
Parameters
- async
- Type: SystemBoolean
TBD
Return Value
Type:
RepointableActorRefTBD
Exceptions Exception | Condition |
---|
IllegalStateException | This exception is thrown if this function is called more than once. |
See Also