Microsoft.WindowsAzure.Commands.Sync.ProgressStatus.ThroughputMBs C# (CSharp) Method

ThroughputMBs() private method

private ThroughputMBs ( ) : double
return double
        double ThroughputMBs()
        {
            return (this.BytesProcessed - this.PreExistingBytes) / MB / ProcessTime().TotalSeconds;
        }