Click or drag to resize
RootGuardianActorRef Constructor
Initializes a new instance of the RootGuardianActorRef class

Namespace: Akka.Actor
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public RootGuardianActorRef(
	ActorSystemImpl system,
	Props props,
	MessageDispatcher dispatcher,
	Func<Mailbox> createMailbox,
	InternalActorRef supervisor,
	ActorPath path,
	InternalActorRef deadLetters,
	IReadOnlyDictionary<string, InternalActorRef> extraNames
)

Parameters

system
Type: Akka.Actor.InternalsActorSystemImpl

[Missing <param name="system"/> documentation for "M:Akka.Actor.RootGuardianActorRef.#ctor(Akka.Actor.Internals.ActorSystemImpl,Akka.Actor.Props,Akka.Dispatch.MessageDispatcher,System.Func{Akka.Dispatch.Mailbox},Akka.Actor.InternalActorRef,Akka.Actor.ActorPath,Akka.Actor.InternalActorRef,System.Collections.Generic.IReadOnlyDictionary{System.String,Akka.Actor.InternalActorRef})"]

props
Type: Akka.ActorProps

[Missing <param name="props"/> documentation for "M:Akka.Actor.RootGuardianActorRef.#ctor(Akka.Actor.Internals.ActorSystemImpl,Akka.Actor.Props,Akka.Dispatch.MessageDispatcher,System.Func{Akka.Dispatch.Mailbox},Akka.Actor.InternalActorRef,Akka.Actor.ActorPath,Akka.Actor.InternalActorRef,System.Collections.Generic.IReadOnlyDictionary{System.String,Akka.Actor.InternalActorRef})"]

dispatcher
Type: Akka.DispatchMessageDispatcher

[Missing <param name="dispatcher"/> documentation for "M:Akka.Actor.RootGuardianActorRef.#ctor(Akka.Actor.Internals.ActorSystemImpl,Akka.Actor.Props,Akka.Dispatch.MessageDispatcher,System.Func{Akka.Dispatch.Mailbox},Akka.Actor.InternalActorRef,Akka.Actor.ActorPath,Akka.Actor.InternalActorRef,System.Collections.Generic.IReadOnlyDictionary{System.String,Akka.Actor.InternalActorRef})"]

createMailbox
Type: SystemFuncMailbox

[Missing <param name="createMailbox"/> documentation for "M:Akka.Actor.RootGuardianActorRef.#ctor(Akka.Actor.Internals.ActorSystemImpl,Akka.Actor.Props,Akka.Dispatch.MessageDispatcher,System.Func{Akka.Dispatch.Mailbox},Akka.Actor.InternalActorRef,Akka.Actor.ActorPath,Akka.Actor.InternalActorRef,System.Collections.Generic.IReadOnlyDictionary{System.String,Akka.Actor.InternalActorRef})"]

supervisor
Type: Akka.ActorInternalActorRef

[Missing <param name="supervisor"/> documentation for "M:Akka.Actor.RootGuardianActorRef.#ctor(Akka.Actor.Internals.ActorSystemImpl,Akka.Actor.Props,Akka.Dispatch.MessageDispatcher,System.Func{Akka.Dispatch.Mailbox},Akka.Actor.InternalActorRef,Akka.Actor.ActorPath,Akka.Actor.InternalActorRef,System.Collections.Generic.IReadOnlyDictionary{System.String,Akka.Actor.InternalActorRef})"]

path
Type: Akka.ActorActorPath

[Missing <param name="path"/> documentation for "M:Akka.Actor.RootGuardianActorRef.#ctor(Akka.Actor.Internals.ActorSystemImpl,Akka.Actor.Props,Akka.Dispatch.MessageDispatcher,System.Func{Akka.Dispatch.Mailbox},Akka.Actor.InternalActorRef,Akka.Actor.ActorPath,Akka.Actor.InternalActorRef,System.Collections.Generic.IReadOnlyDictionary{System.String,Akka.Actor.InternalActorRef})"]

deadLetters
Type: Akka.ActorInternalActorRef

[Missing <param name="deadLetters"/> documentation for "M:Akka.Actor.RootGuardianActorRef.#ctor(Akka.Actor.Internals.ActorSystemImpl,Akka.Actor.Props,Akka.Dispatch.MessageDispatcher,System.Func{Akka.Dispatch.Mailbox},Akka.Actor.InternalActorRef,Akka.Actor.ActorPath,Akka.Actor.InternalActorRef,System.Collections.Generic.IReadOnlyDictionary{System.String,Akka.Actor.InternalActorRef})"]

extraNames
Type: System.Collections.GenericIReadOnlyDictionaryString, InternalActorRef

[Missing <param name="extraNames"/> documentation for "M:Akka.Actor.RootGuardianActorRef.#ctor(Akka.Actor.Internals.ActorSystemImpl,Akka.Actor.Props,Akka.Dispatch.MessageDispatcher,System.Func{Akka.Dispatch.Mailbox},Akka.Actor.InternalActorRef,Akka.Actor.ActorPath,Akka.Actor.InternalActorRef,System.Collections.Generic.IReadOnlyDictionary{System.String,Akka.Actor.InternalActorRef})"]

See Also