C# Class KiwiDb.Util.FairFileAccessScheduler

Show file Open project: jlarsson/KiwiDB

Public Methods

Method Description
EnterRead ( string path, System.TimeSpan timeout ) : IDisposable
EnterWrite ( string path, System.TimeSpan timeout ) : IDisposable

Private Methods

Method Description
GetLock ( string path ) : ReaderWriterLock

Method Details

EnterRead() public method

public EnterRead ( string path, System.TimeSpan timeout ) : IDisposable
path string
timeout System.TimeSpan
return IDisposable

EnterWrite() public method

public EnterWrite ( string path, System.TimeSpan timeout ) : IDisposable
path string
timeout System.TimeSpan
return IDisposable