C# 클래스 Akka.Actor.RootGuardianActorRef

상속: LocalActorRef
파일 보기 프로젝트 열기: rogeralsing/akka.net 1 사용 예제들

공개 메소드들

메소드 설명
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