AsyncDolls.Pipeline.Outgoing.OutgoingPipeline.TakeSnapshot C# (CSharp) 메소드

TakeSnapshot() 공개 메소드

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