AverageSubCalculationProgress Class |
Namespace: AGI.Foundation.Infrastructure
The AverageSubCalculationProgress type exposes the following members.
Name | Description | |
---|---|---|
AverageSubCalculationProgress |
Initializes a new instance.
|
Name | Description | |
---|---|---|
CancellationPending |
Gets a value indicating whether cancellation of the calculation is requested.
If this returns true, the calculation will stop as soon as possible.
| |
LastProgress |
Gets the last value of the overall progress, averaged over the sub-calculations.
|
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
ForSubCalculation |
Gets an ITrackCalculationProgress instance for a sub-calculation.
| |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetSubCalculationProgress |
Gets the set of progress values, each representing the progress of a sub-calculation.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |