Akka.Actor.ActorCell.ClearActorCell C# (CSharp) 메소드

ClearActorCell() 보호된 메소드

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