IAsyncProgressSetProgressValue Method

Indicates that the current progress is at a specific position.

Definition

Namespace: KGySoft.Threading
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 8.0.0
C#
void SetProgressValue(
	int value
)

Parameters

value  Int32
The current progress value. Should not exceed the maximum value of the last New or Report calls and should not be sensitive for concurrency racing conditions.

See Also