C# Class Akka.Actor.RootGuardianActorRef

Inheritance: LocalActorRef
Mostra file Open project: rogeralsing/akka.net Class Usage Examples

Public Methods

Method 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 method

public GetSingleChild ( string name ) : IInternalActorRef
name string
return IInternalActorRef

RootGuardianActorRef() public method

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
return System

SetTempContainer() public method

public SetTempContainer ( IInternalActorRef tempContainer ) : void
tempContainer IInternalActorRef
return void