Metadata >> NuGet >> DistributedLock

DistributedLock

Metadata

Authors Michael Adelson
Copyrights Copyright 2015 Michael Adelson
Description Provides easy-to-use and robust wrappers for named system-wide locks (using WaitHandles) as well as fully distributed locks (using SQLServer)
LicenseUrl https://raw.githubusercontent.com/madelson/DistributedLock/master/License.txt
Owners Michael Adelson
ProjectUrl https://github.com/madelson/DistributedLock
ReleaseNotes 1.1.0 Added support for SQL locks scoped to existing connections and transactions
RequireLicenseAcceptance False
Summary Provides easy-to-use and robust wrappers for named system-wide locks (using WaitHandles) as well as fully distributed locks (using SQLServer)
Tags distributed lock async waithandle mutext sql sqlserver
Title DistributedLock
PackageSize 37676
PackageHashAlgorithm SHA512
PackageHash xWx7ALw/3g4pxprZJRkrs8WM8DmmFxwK6vOf6yJieJSmj8EyWvjxx9rDgqkPMI1de7+MvxulLoDiVkA4Ahh7PA==
DownloadCount 000000
CreatedDate 2015-07-15T02:05:55

Access

You can access data for this project using the tools and addresses described below.

NuGet (nuget.exe)

Installing the package (HTTP Basic authentication):
nuget install DistributedLock -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
nuget install DistributedLock -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc

NuGet (Package Manager Console)

Installing the package (search all configured feeds):
Install-Package DistributedLock
Installing the package (HTTP Basic authentication):
Install-Package DistributedLock -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
Install-Package DistributedLock -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc
Uinstalling the package:
Uninstall-Package DistributedLock

OpenWrap

Installing the package:
o add-wrap DistributedLock
Uninstalling the package:
o remove-wrap DistributedLock

Versions

A version is snapshot of a project's source code. It does not need to follow the Major.Minor.Revision.Build numbering pattern. It can be an arbitrary string of text that identifies a release or a build, in particular including meaningful words like beta, RC or RTM.

Name Related
1.1.0
1.0.1
1.0.0