Click or drag to resize
Akka.NETRootGuardianActorRef Constructor
TBD

Namespace:  Akka.Actor
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public RootGuardianActorRef(
	ActorSystemImpl system,
	Props props,
	MessageDispatcher dispatcher,
	MailboxType mailboxType,
	IInternalActorRef supervisor,
	ActorPath path,
	IInternalActorRef deadLetters,
	IReadOnlyDictionary<string, IInternalActorRef> extraNames
)

Parameters

system
Type: Akka.Actor.InternalActorSystemImpl
TBD
props
Type: Akka.ActorProps
TBD
dispatcher
Type: Akka.DispatchMessageDispatcher
TBD
mailboxType
Type: Akka.DispatchMailboxType
TBD
supervisor
Type: Akka.ActorIInternalActorRef
TBD
path
Type: Akka.ActorActorPath
TBD
deadLetters
Type: Akka.ActorIInternalActorRef
TBD
extraNames
Type: System.Collections.GenericIReadOnlyDictionaryString, IInternalActorRef
TBD
See Also