Bend.StepsStageSnapshot.StepsStageSnapshot C# (CSharp) Метод

StepsStageSnapshot() публичный Метод

public StepsStageSnapshot ( IStepsKVDB next_stage ) : System
next_stage IStepsKVDB
Результат System
        public StepsStageSnapshot(IStepsKVDB next_stage)
        {
            this.is_frozen = false;
            this.next_stage = next_stage;
            this.current_snapshot = id_gen.nextTimestamp();   // TODO: init this from our config info, not a new snapshot number!
        }

Same methods

StepsStageSnapshot::StepsStageSnapshot ( IStepsKVDB next_stage, long frozen_at_snapshotnumber ) : System