Exemplo n.º 1
0
 public ProgressStatus(long alreadyProcessedBytes, long totalLength, ComputeStats computeStats)
 {
     this.PreExistingBytes = alreadyProcessedBytes;
     this.BytesProcessed = alreadyProcessedBytes;
     this.TotalLength = totalLength;
     this.ThrougputStats = computeStats;
     this.StartTime = DateTime.UtcNow;
 }
Exemplo n.º 2
0
 public ProgressStatus(long alreadyProcessedBytes, long totalLength, ComputeStats computeStats)
 {
     this.PreExistingBytes = alreadyProcessedBytes;
     this.BytesProcessed   = alreadyProcessedBytes;
     this.TotalLength      = totalLength;
     this.ThrougputStats   = computeStats;
     this.StartTime        = DateTime.UtcNow;
 }