C# Class Akka.Actor.Internal.TerminatedChildrenContainer

This is the empty container which is installed after the last child has terminated while stopping; it is necessary to distinguish from the normal empty state while calling handleChildTerminated() for the last time.
Inheritance: Akka.Actor.Internal.EmptyChildrenContainer
Afficher le fichier Open project: rogeralsing/akka.net

Méthodes publiques

Méthode Description
Add ( string name, Akka.Actor.Internal.ChildRestartStats stats ) : IChildrenContainer
Reserve ( string name ) : IChildrenContainer
ToString ( ) : string

Private Methods

Méthode Description
TerminatedChildrenContainer ( ) : System

Method Details

Add() public méthode

public Add ( string name, Akka.Actor.Internal.ChildRestartStats stats ) : IChildrenContainer
name string
stats Akka.Actor.Internal.ChildRestartStats
Résultat IChildrenContainer

Reserve() public méthode

public Reserve ( string name ) : IChildrenContainer
name string
Résultat IChildrenContainer

ToString() public méthode

public ToString ( ) : string
Résultat string