Akka.Actor.ActorCell.ClearActorCell C# (CSharp) Méthode

ClearActorCell() protected méthode

protected ClearActorCell ( ) : void
Résultat void
        protected void ClearActorCell()
        {
            //TODO_ UnstashAll stashed system messages (this is not the same stash that might exist on the actor)
            _props = terminatedProps;
        }