AsyncLocal<T> Class
Visual Studio 2015
Stores reference types in the CallContext so that they can be marshaled safely.
Assembly: Microsoft.VisualStudio.Threading (in Microsoft.VisualStudio.Threading.dll)
| Name | Description | |
|---|---|---|
![]() | AsyncLocal<T>() | Instantiates an instance of AsyncLocal. |
| Name | Description | |
|---|---|---|
![]() | Value | Gets or sets the value to associate with the current CallContext. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
This type is thread-safe for all members.
Show:


