IAsyncProgressComplete Method

Indicates that a progress value of the last New or Report method should be set to the maximum value. It is not required to be called at the end of each sessions so it just indicates that whatever progress has reached the last step.

Definition

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

See Also