C# Class Akka.Actor.RootGuardianActorRef

Inheritance: LocalActorRef
Afficher le fichier Open project: rogeralsing/akka.net Class Usage Examples

Méthodes publiques

Méthode Description
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

Method Details

GetSingleChild() public méthode

public GetSingleChild ( string name ) : IInternalActorRef
name string
Résultat IInternalActorRef

RootGuardianActorRef() public méthode

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
Résultat System

SetTempContainer() public méthode

public SetTempContainer ( IInternalActorRef tempContainer ) : void
tempContainer IInternalActorRef
Résultat void