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.

Definition

Namespace: KGySoft.Threading
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 9.0.0
C#
public static IAsyncContext DefaultContext { get; }

Property Value

IAsyncContext

See Also