public sealed class LogicalThreadLocal<T> : IDisposable
Public NotInheritable Class LogicalThreadLocal(Of T)
Implements IDisposablegeneric<typename T>
public ref class LogicalThreadLocal sealed : IDisposable[Missing <typeparam name="T"/> documentation for "T:Gemstone.Threading.LogicalThreads.LogicalThreadLocal`1"]
| LogicalThreadLocalT | Creates a new instance of the LogicalThreadLocalT class. |
| LogicalThreadLocalT(FuncT) | Creates a new instance of the LogicalThreadLocalT class. |
| Value | Gets or sets the thread local object associated with the current logical thread. |
| Dispose | Releases all the resources used by the LogicalThreadLocalT object. |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| Finalize |
Releases the unmanaged resources before the LogicalThreadLocalT object is reclaimed by GC.
(Overrides ObjectFinalize) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| ToString | Returns a string that represents the current object. (Inherited from Object) |