C# Class KiwiDb.Util.FairFileAccessScheduler

Afficher le fichier Open project: jlarsson/KiwiDB

Méthodes publiques

Méthode Description
EnterRead ( string path, System.TimeSpan timeout ) : IDisposable
EnterWrite ( string path, System.TimeSpan timeout ) : IDisposable

Private Methods

Méthode Description
GetLock ( string path ) : ReaderWriterLock

Method Details

EnterRead() public méthode

public EnterRead ( string path, System.TimeSpan timeout ) : IDisposable
path string
timeout System.TimeSpan
Résultat IDisposable

EnterWrite() public méthode

public EnterWrite ( string path, System.TimeSpan timeout ) : IDisposable
path string
timeout System.TimeSpan
Résultat IDisposable