AsyncContextWrapperProgress Property

Gets an IAsyncProgress instance that can be used to report progress, or if no progress reporter belongs to the current operation.

Definition

Namespace: KGySoft.Threading
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
C#
public IAsyncProgress? Progress { get; }

Property Value

IAsyncProgress

Implements

IAsyncContextProgress

See Also