RepointableActorRef..::..Initialize 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)

Syntax


public void Initialize(
	bool async
)
Public Sub Initialize ( _
	async As Boolean _
)
public:
void Initialize(
	bool^ async
)

Parameters

async
Type: Boolean