C# Класс SquishIt.Framework.Utilities.FilePathMutexProvider

Наследование: IFilePathMutexProvider
Показать файл Открыть проект

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

Метод Описание
FilePathMutexProvider ( ) : System
FilePathMutexProvider ( IHasher hasher ) : System
GetMutexForPath ( string path ) : Mutex

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

Метод Описание
CreateSharableMutex ( string name ) : Mutex
CreateSharableMutexForPath ( string normalizedPath ) : Mutex
GetNormalizedPath ( string path ) : string

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

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

public FilePathMutexProvider ( ) : System
Результат System

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

public FilePathMutexProvider ( IHasher hasher ) : System
hasher IHasher
Результат System

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

public GetMutexForPath ( string path ) : Mutex
path string
Результат System.Threading.Mutex