AsyncLocal<T> Constructor
Instantiates an instance of AsyncLocal.
Namespace: Microsoft.VisualStudio.Threading
Assembly: Microsoft.VisualStudio.Threading (in Microsoft.VisualStudio.Threading.dll)
Syntax
'Declaration
Public Sub New
public AsyncLocal()
public:
AsyncLocal()
new : unit -> AsyncLocal
public function AsyncLocal()
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.