Akka.Actor.ActorCell.ClearActorCell C# (CSharp) Method

ClearActorCell() protected method

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