AsyncConfigBaseProgress Property
Gets or sets an
IAsyncProgress instance that can handle progress notifications.
Default value:
.
See the
Examples section of the
IAsyncProgress interface for an example implementation.
Namespace: KGySoft.ThreadingAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 9.0.0
public IAsyncProgress? Progress { get; set; }
Public Property Progress As IAsyncProgress
Get
Set
public:
property IAsyncProgress^ Progress {
IAsyncProgress^ get ();
void set (IAsyncProgress^ value);
}
member Progress : IAsyncProgress with get, set
Property Value
IAsyncProgress