Akka.Actor.Internal.AbstractStash.UnstashAll C# (CSharp) Method

UnstashAll() public method

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

Same methods

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