| RootGuardianActorRef 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
)
new :
system : ActorSystemImpl *
props : Props *
dispatcher : MessageDispatcher *
mailboxType : MailboxType *
supervisor : IInternalActorRef *
path : ActorPath *
deadLetters : IInternalActorRef *
extraNames : IReadOnlyDictionary<string, IInternalActorRef> -> RootGuardianActorRef
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