IAsyncProgressIncrement Method

Indicates a progress update of a single step. Expected to be called after the New or Report methods if they were called with nonzero maximum steps. The implementation should not be sensitive for concurrency racing conditions.

Definition

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

See Also