IAsyncContextProgress Property
Gets an
IAsyncProgress instance that can be used to report progress, or
if
no progress reporter belongs to the current operation.
Namespace: KGySoft.ThreadingAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
IAsyncProgress? Progress { get; }
ReadOnly Property Progress As IAsyncProgress
Get
property IAsyncProgress^ Progress {
IAsyncProgress^ get ();
}
abstract Progress : IAsyncProgress with get
Property Value
IAsyncProgress