LocalT Properties |
The LocalT generic type exposes the following members.
Name | Description | |
---|---|---|
![]() | Factory |
Gets or sets the creation code, called for each new contextual use
|
![]() | IsValueCreated |
Gets whether System.Threading.ThreadLocal[T].Value is initialized on the current thread.
|
![]() | UsesHttpContext |
Gets a value indicating whether the value is stored locally or in the current Request/Context of ASP/IIS.
|
![]() | Value |
Gets or sets the value of this instance for the current thread.
|