ThreadLocal(T) Properties
Collapse the table of content
Expand the table of content

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.

  NameDescription
Public property IsValueCreated Gets whether Value is initialized on the current thread.
Public property Value Gets or sets the value of this instance for the current thread.
Public property Values Gets a list for all of the values currently stored by all of the threads that have accessed this instance.
Top

Show:
© 2017 Microsoft