Skip to content

The C# Connector of Locking-Center that is a mutex point to synchronize access between different services. You can limit the execution between services and create queueing for the operation.

License

Notifications You must be signed in to change notification settings

freakmaxi/locking-center-client-csharp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Locking-Center C# Client

The C# Connector of Locking-Center that is a mutex point to synchronize access between different services. You can limit the execution between services and create queueing for the operation.

Installation (NuGet)

Please visit the NuGet page for installation options NuGet

Usage

var mutex = 
    new LockingCenter.Mutex.Connection("localhost:22119");

mutex.Lock("locking-key");
try
{
    ...
}
finally
{
    mutex.Unlock("locking-key")
}

About

The C# Connector of Locking-Center that is a mutex point to synchronize access between different services. You can limit the execution between services and create queueing for the operation.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages