Click or drag to resize
ActorCellInit Method

[Missing <summary> documentation for "M:Akka.Actor.ActorCell.Init(System.Boolean,System.Func{Akka.Dispatch.Mailbox})"]

Namespace: Akka.Actor
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public void Init(
	bool sendSupervise,
	Func<Mailbox> createMailbox
)

Parameters

sendSupervise
Type: SystemBoolean

[Missing <param name="sendSupervise"/> documentation for "M:Akka.Actor.ActorCell.Init(System.Boolean,System.Func{Akka.Dispatch.Mailbox})"]

createMailbox
Type: SystemFuncMailbox

[Missing <param name="createMailbox"/> documentation for "M:Akka.Actor.ActorCell.Init(System.Boolean,System.Func{Akka.Dispatch.Mailbox})"]

See Also