Click or drag to resize
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.Actor
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public void Initialize(
	bool async
)

Parameters

async
Type: SystemBoolean

[Missing <param name="async"/> documentation for "M:Akka.Actor.RepointableActorRef.Initialize(System.Boolean)"]

See Also