AsyncProgressTCurrentValue Property

Gets the current step of this operation. Its value is between zero and MaximumValue, inclusive bounds.

Definition

Namespace: KGySoft.Threading
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 8.0.0
C#
public int CurrentValue { get; }

Property Value

Int32

See Also