AsyncHelperDefaultContext Property
Gets a default context for non-async operations that allows to set the number of threads automatically, does not support reporting progress, and is not cancellable.
See the
Examples section of the
AsyncHelper class for details.
Namespace: KGySoft.ThreadingAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 9.0.0
public static IAsyncContext DefaultContext { get; }
Public Shared ReadOnly Property DefaultContext As IAsyncContext
Get
public:
static property IAsyncContext^ DefaultContext {
IAsyncContext^ get ();
}
static member DefaultContext : IAsyncContext with get
Property Value
IAsyncContext