Click or drag to resize
Akka.NETRepointableActorRefInitialize 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
)

Parameters

async
Type: SystemBoolean
TBD

Return Value

Type: RepointableActorRef
TBD
Exceptions
ExceptionCondition
IllegalStateExceptionThis exception is thrown if this function is called more than once.
See Also