Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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:
© 2017 Microsoft