C# Class SquishIt.Framework.Utilities.FilePathMutexProvider

Inheritance: IFilePathMutexProvider
Afficher le fichier Open project: connectivedx/SquishIt

Méthodes publiques

Méthode Description
FilePathMutexProvider ( ) : System
FilePathMutexProvider ( IHasher hasher ) : System
GetMutexForPath ( string path ) : Mutex

Private Methods

Méthode Description
CreateSharableMutex ( string name ) : Mutex
CreateSharableMutexForPath ( string normalizedPath ) : Mutex
GetNormalizedPath ( string path ) : string

Method Details

FilePathMutexProvider() public méthode

public FilePathMutexProvider ( ) : System
Résultat System

FilePathMutexProvider() public méthode

public FilePathMutexProvider ( IHasher hasher ) : System
hasher IHasher
Résultat System

GetMutexForPath() public méthode

public GetMutexForPath ( string path ) : Mutex
path string
Résultat System.Threading.Mutex