Click or drag to resize

LocalT Properties

The LocalT generic type exposes the following members.

Properties
  NameDescription
Public propertyFactory
Gets or sets the creation code, called for each new contextual use
Public propertyIsValueCreated
Gets whether System.Threading.ThreadLocal[T].Value is initialized on the current thread.
Public propertyUsesHttpContext
Gets a value indicating whether the value is stored locally or in the current Request/Context of ASP/IIS.
Public propertyValue
Gets or sets the value of this instance for the current thread.
Top
See Also