LogicalThreadLocalT Class

Represents a slot in the thread local memory space of each logical thread.

Definition

Namespace: Gemstone.Threading.LogicalThreads
Assembly: Gemstone.Threading (in Gemstone.Threading.dll) Version: 1.0.171 -- Release Build+1fadf9883481af612a0ac41fa386e4d8235ed765
public sealed class LogicalThreadLocal<T> : IDisposable
Inheritance
Object    LogicalThreadLocalT
Implements
IDisposable

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "T:Gemstone.Threading.LogicalThreads.LogicalThreadLocal`1"]

Constructors

LogicalThreadLocalT Creates a new instance of the LogicalThreadLocalT class.
LogicalThreadLocalT(FuncT) Creates a new instance of the LogicalThreadLocalT class.

Properties

Value Gets or sets the thread local object associated with the current logical thread.

Methods

Dispose Releases all the resources used by the LogicalThreadLocalT object.
EqualsDetermines 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)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also