AsyncDolls.Pipeline.Outgoing.OutgoingPipeline.TakeSnapshot C# (CSharp) Method

TakeSnapshot() public method

public TakeSnapshot ( ) : void
return void
        public void TakeSnapshot()
        {
            snapshotLogical.Push(new Queue<IOutgoingLogicalStep>(executingLogicalPipeline));
            snapshotTransport.Push(new Queue<IOutgoingTransportStep>(executingTransportPipeline));
        }