ThreadLocal(Of T) Properties
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
The ThreadLocal(Of T) type exposes the following members.
| Name | Description | |
|---|---|---|
|
IsValueCreated | Gets whether Value is initialized on the current thread. |
|
Value | Gets or sets the value of this instance for the current thread. |
|
Values | Gets a list for all of the values currently stored by all of the threads that have accessed this instance. |
Show: