Akka.Actor.Internal.AbstractStash.UnstashAll C# (CSharp) Méthode

UnstashAll() public méthode

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

Same methods

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