C# Класс Akka.Actor.RootGuardianActorRef

Наследование: LocalActorRef
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
GetSingleChild ( string name ) : IInternalActorRef
RootGuardianActorRef ( ActorSystemImpl system, Props props, MessageDispatcher dispatcher, Func createMailbox, IInternalActorRef supervisor, ActorPath path, IInternalActorRef deadLetters, IInternalActorRef>.IReadOnlyDictionary extraNames ) : System
SetTempContainer ( IInternalActorRef tempContainer ) : void

Описание методов

GetSingleChild() публичный Метод

public GetSingleChild ( string name ) : IInternalActorRef
name string
Результат IInternalActorRef

RootGuardianActorRef() публичный Метод

public RootGuardianActorRef ( ActorSystemImpl system, Props props, MessageDispatcher dispatcher, Func createMailbox, IInternalActorRef supervisor, ActorPath path, IInternalActorRef deadLetters, IInternalActorRef>.IReadOnlyDictionary extraNames ) : System
system ActorSystemImpl
props Props
dispatcher Akka.Dispatch.MessageDispatcher
createMailbox Func
supervisor IInternalActorRef
path ActorPath
deadLetters IInternalActorRef
extraNames IInternalActorRef>.IReadOnlyDictionary
Результат System

SetTempContainer() публичный Метод

public SetTempContainer ( IInternalActorRef tempContainer ) : void
tempContainer IInternalActorRef
Результат void