RootGuardianActorRef Constructor
Namespace:
Akka.Actor
Assembly: Akka (in Akka.dll)
Assembly: Akka (in Akka.dll)
Syntax
public RootGuardianActorRef( ActorSystem system, Props props, MessageDispatcher dispatcher, Func<Mailbox> createMailbox, InternalActorRef supervisor, ActorPath path, InternalActorRef deadLetters, IReadOnlyDictionary<string, InternalActorRef> extraNames )
Public Sub New ( _ system As ActorSystem, _ props As Props, _ dispatcher As MessageDispatcher, _ createMailbox As Func(Of Mailbox), _ supervisor As InternalActorRef, _ path As ActorPath, _ deadLetters As InternalActorRef, _ extraNames As IReadOnlyDictionary(Of String, InternalActorRef) _ )
public: RootGuardianActorRef( ActorSystem^ system, Props^ props, MessageDispatcher^ dispatcher, Func<Mailbox^>^ createMailbox, InternalActorRef^ supervisor, ActorPath^ path, InternalActorRef^ deadLetters, IReadOnlyDictionary<String^, InternalActorRef^>^ extraNames )
Parameters
- system
- Type: Akka.Actor..::..ActorSystem
- props
- Type: Akka.Actor..::..Props
- dispatcher
- Type: Akka.Dispatch..::..MessageDispatcher
- supervisor
- Type: Akka.Actor..::..InternalActorRef
- path
- Type: Akka.Actor..::..ActorPath
- deadLetters
- Type: Akka.Actor..::..InternalActorRef
- extraNames
- Type: IReadOnlyDictionary<(Of <(<'String, InternalActorRef>)>)>