AsyncLocal<T> Constructor

.NET Framework (current version)
 

Instantiates an AsyncLocal<T> instance.

Namespace:   System.Threading
Assembly:  mscorlib (in mscorlib.dll)

NameDescription
System_CAPS_pubmethodAsyncLocal<T>()

Instantiates an AsyncLocal<T> instance that does not receive change notifications.

System_CAPS_pubmethodAsyncLocal<T>(Action<AsyncLocalValueChangedArgs<T>>^)

Instantiates an AsyncLocal<T> local instance that receives change notifications.

Return to top
Show: