Table of Contents

Class CalculationEstimate

Namespace
The.Import
Assembly
Instagile.dll
public class CalculationEstimate
Inheritance
CalculationEstimate
Inherited Members

Constructors

CalculationEstimate(ConcurrentQueue<IEntityInfo>, int, Dictionary<string, int>, ConcurrentDictionary<string, int>, ConcurrentDictionary<string, object>)

public CalculationEstimate(ConcurrentQueue<IEntityInfo> work, int totalRows, Dictionary<string, int> rowsByType, ConcurrentDictionary<string, int> completedByType, ConcurrentDictionary<string, object> locksByType)

Parameters

work ConcurrentQueue<IEntityInfo>
totalRows int
rowsByType Dictionary<string, int>
completedByType ConcurrentDictionary<string, int>
locksByType ConcurrentDictionary<string, object>

Fields

CompletedByType

public readonly ConcurrentDictionary<string, int> CompletedByType

Field Value

ConcurrentDictionary<string, int>

LocksByType

public readonly ConcurrentDictionary<string, object> LocksByType

Field Value

ConcurrentDictionary<string, object>

RowsByType

public readonly Dictionary<string, int> RowsByType

Field Value

Dictionary<string, int>

TotalRows

public readonly int TotalRows

Field Value

int

Work

public readonly ConcurrentQueue<IEntityInfo> Work

Field Value

ConcurrentQueue<IEntityInfo>