AsyncLocal<T> Constructor
.NET Framework (current version)
Instantiates an AsyncLocal<T> instance.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | AsyncLocal<T>() | Instantiates an AsyncLocal<T> instance that does not receive change notifications. |
![]() | AsyncLocal<T>(Action<AsyncLocalValueChangedArgs<T>>^) | Instantiates an AsyncLocal<T> local instance that receives change notifications. |
Show:
