C# Класс KiwiDb.Util.FairFileAccessScheduler

Показать файл Открыть проект

Открытые методы

Метод Описание
EnterRead ( string path, System.TimeSpan timeout ) : IDisposable
EnterWrite ( string path, System.TimeSpan timeout ) : IDisposable

Приватные методы

Метод Описание
GetLock ( string path ) : ReaderWriterLock

Описание методов

EnterRead() публичный Метод

public EnterRead ( string path, System.TimeSpan timeout ) : IDisposable
path string
timeout System.TimeSpan
Результат IDisposable

EnterWrite() публичный Метод

public EnterWrite ( string path, System.TimeSpan timeout ) : IDisposable
path string
timeout System.TimeSpan
Результат IDisposable