DistributedLock.Azure
1.0.0
Provides a distributed locking implementation based on Azure blob leases
Install-Package DistributedLock.Azure -Version 1.0.0
dotnet add package DistributedLock.Azure --version 1.0.0
<PackageReference Include="DistributedLock.Azure" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add DistributedLock.Azure --version 1.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: DistributedLock.Azure, 1.0.0"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. Copy this into the interactive tool or source code of the script to reference the package.
// Install DistributedLock.Azure as a Cake Addin
#addin nuget:?package=DistributedLock.Azure&version=1.0.0
// Install DistributedLock.Azure as a Cake Tool
#tool nuget:?package=DistributedLock.Azure&version=1.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Release Notes
See https://github.com/madelson/DistributedLock#release-notes
Dependencies
-
.NETFramework 4.6.1
- Azure.Storage.Blobs (>= 12.7.0)
- DistributedLock.Core (>= 1.0.0 && < 1.1.0)
-
.NETStandard 2.0
- Azure.Storage.Blobs (>= 12.7.0)
- DistributedLock.Core (>= 1.0.0 && < 1.1.0)
-
.NETStandard 2.1
- Azure.Storage.Blobs (>= 12.7.0)
- DistributedLock.Core (>= 1.0.0 && < 1.1.0)
Used By
NuGet packages (1)
Showing the top 1 NuGet packages that depend on DistributedLock.Azure:
Package | Downloads |
---|---|
DistributedLock
Provides easy-to-use mutexes, reader-writer locks, and semaphores that can synchronize across processes and machines. This is an umbrella package that brings in the entire family of DistributedLock.* packages (e. g. DistributedLock.SqlServer) as references. Those packages can also be installed individually.
|
GitHub repositories
This package is not used by any popular GitHub repositories.
Version History
Version | Downloads | Last updated |
---|---|---|
1.0.0 | 13,575 | 1/14/2021 |
1.0.0-alpha02 | 85 | 12/23/2020 |
1.0.0-alpha01 | 272 | 8/28/2020 |