IAsyncContextState Property

Gets the user provided object that was configured in the State property this IAsyncContext instance was created from.

Definition

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

Property Value

Object

See Also