ThreadLocal(T) Properties
From Task Parallel System.Threading
|
|
| .NET Framework Class Library |
| ThreadLocal<(Of <(T>)>) Properties |
| ThreadLocal<(Of <(T>)>) Class See Also Send Feedback |
The ThreadLocal<(Of <(T>)>) type exposes the following members.
Properties
| 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.
|