NETFx Thread Data<T> NuGet Package

Provides strong-typed persistence of data in Thread local storage, which can also be transient and automatically removed on dispose.

Usage: Thread.CurrentThread.SetData<Foo>(foo);
var saved = Thread.CurrentThread.GetData<Foo>();.




Got any NETFx Thread Data<T> Question?





Info

Version: 1.1.0
Author(s): Clarius, Daniel Cazzulino, kzu
Last Update: Tuesday, August 30, 2011
.NET Fiddle: Create the first Fiddle
Project Url: http://netfx.codeplex.com
NuGet Url: https://www.nuget.org/packages/netfx-System.Threading.ThreadData


Install
Install-Package netfx-System.Threading.ThreadData
dotnet add package netfx-System.Threading.ThreadData
paket add netfx-System.Threading.ThreadData
netfx-System.Threading.ThreadData Download (Unzip the "nupkg" after downloading)



Tags



STATS

must-have-score

.5

avg-downloads-per-day

1

days-since-last-release

4629