ThreadLocal<(Of <(T>)>) Properties

Include Protected Members
Include Inherited Members

[ 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.

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.
Values Gets a list for all of the values currently stored by all of the threads that have accessed this instance.

Top

See Also

Reference

ThreadLocal<(Of <(T>)>) Class

System.Threading Namespace