C# 클래스 SquishIt.Framework.Utilities.FilePathMutexProvider

상속: IFilePathMutexProvider
파일 보기 프로젝트 열기: connectivedx/SquishIt

공개 메소드들

메소드 설명
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