IAsyncProgressSetProgressValue Method
Indicates that the current progress is at a specific position.
Namespace: KGySoft.ThreadingAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 8.0.0
void SetProgressValue(
int value
)
Sub SetProgressValue (
value As Integer
)
void SetProgressValue(
int value
)
abstract SetProgressValue :
value : int -> unit
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.