Click or drag to resize
Akka.NETActorCellInit Method
Initialize this cell, i.e. set up mailboxes and supervision. The UID must be reasonably different from the previous UID of a possible actor with the same path, which can be achieved by using ThreadLocalRandom

Namespace:  Akka.Actor
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public void Init(
	bool sendSupervise,
	MailboxType mailboxType
)

Parameters

sendSupervise
Type: SystemBoolean
TBD
mailboxType
Type: Akka.DispatchMailboxType
TBD
See Also