Akka.Actor.Internal.AbstractStash.UnstashAll C# (CSharp) 메소드

UnstashAll() 공개 메소드

Unstash all of the Envelopes in the Stash.
public UnstashAll ( ) : void
리턴 void
        public void UnstashAll()
        {
            UnstashAll(envelope => true);
        }

Same methods

AbstractStash::UnstashAll ( bool>.Func predicate ) : void