Info
Version: | 1.0.1 |
Author(s): | BBernard / CajunCoding |
Last Update: | Wednesday, December 30, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/cajuncoding/SqlAppLockHelper |
NuGet Url: | https://www.nuget.org/packages/SqlAppLockHelper.SystemData |
Install
Install-Package SqlAppLockHelper.SystemData
dotnet add package SqlAppLockHelper.SystemData
paket add SqlAppLockHelper.SystemData
SqlAppLockHelper.SystemData Download (Unzip the "nupkg" after downloading)
Dependencies
- SqlAppLockHelper.Common(>= 1.0.1)
- System.Data.SqlClient(>= 4.8.2)
Tags
The API provides a set of easy to use custom extensions for the System.Data.SqlClient that provide robust distributed application mutex/locking support via the sp_getapplock & sp_releaseapplock stored procedures.