SimpleHelpers.NamedLock 1.0.2

There is a newer version of this package available.
See the version list below for details.
dotnet add package SimpleHelpers.NamedLock --version 1.0.2
                    
NuGet\Install-Package SimpleHelpers.NamedLock -Version 1.0.2
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="SimpleHelpers.NamedLock" Version="1.0.2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="SimpleHelpers.NamedLock" Version="1.0.2" />
                    
Directory.Packages.props
<PackageReference Include="SimpleHelpers.NamedLock" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add SimpleHelpers.NamedLock --version 1.0.2
                    
#r "nuget: SimpleHelpers.NamedLock, 1.0.2"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=SimpleHelpers.NamedLock&version=1.0.2
                    
Install SimpleHelpers.NamedLock as a Cake Addin
#tool nuget:?package=SimpleHelpers.NamedLock&version=1.0.2
                    
Install SimpleHelpers.NamedLock as a Cake Tool

Synchronization helper: a global lock collection associated with a key.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on SimpleHelpers.NamedLock:

Package Downloads
SimpleHelpers.MemoryCache

Simple lightweight object in-memory cache, with a background timer to remove expired objects. Fast in-memory cache for data that are expensive to create and can be used in a thread-safe manner. All stored items are kept in concurrent data structures (ConcurrentDictionary) to allow multi-thread usage of the MemoryCache static methods. Note: this nuget package contains c# source code and depends on System.Collections.Concurrent introduced in .Net 4.0.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.4 18,188 6/21/2015
1.0.3 25,761 4/15/2013
1.0.2 2,023 4/12/2013
1.0.1 5,246 4/12/2013
1.0.0 2,092 4/12/2013

* Better documentation