Info
| Version: | 1.0.4 | 
| Author(s): | Khalid Salomão | 
| Last Update: | Sunday, June 21, 2015 | 
| .NET Fiddle: | Create the first Fiddle | 
| Project Url: | https://github.com/khalidsalomao/SimpleHelpers.Net | 
| NuGet Url: | https://www.nuget.org/packages/SimpleHelpers.NamedLock | 
Install
Install-Package SimpleHelpers.NamedLock
                        dotnet add package SimpleHelpers.NamedLock
                        paket add SimpleHelpers.NamedLock
                        
                                SimpleHelpers.NamedLock Download (Unzip the "nupkg" after downloading)
                            
                        Dependencies
                                1 package depend on this package.
                        
                    Tags
                
NamedLock manages the lifetime of critical sections that can be accessed by a key (name) throughout the application.
It also have some helper methods to allow a maximum wait time (timeout) to aquire the lock and safelly release it.
Note: this nuget package contains c# source code and depends on System.Collections.Concurrent introduced in .Net 4.0.