ThreadLocal(Of T).Dispose Method (Boolean)
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Releases the resources used by this ThreadLocal(Of T) instance.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- disposing
- Type: System.Boolean
A Boolean value that indicates whether this method is being called due to a call to Dispose.
Unlike most of the members of ThreadLocal(Of T), this method is not thread-safe.
Show: