Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
ShellMe
CommandLine
Locking
FileBasedLockingService
C# 클래스 ShellMe.CommandLine.Locking.FileBasedLockingService
상속:
ILockingService
파일 보기
프로젝트 열기: dff-solutions/shell.me
공개 메소드들
메소드
설명
AcquireLock
(
string
resource
) :
bool
FileBasedLockingService
( ) :
System
ReleaseLock
(
string
resource
) :
void
메소드 상세
AcquireLock()
공개
메소드
public
AcquireLock
(
string
resource
) :
bool
resource
string
리턴
bool
FileBasedLockingService()
공개
메소드
public
FileBasedLockingService
( ) :
System
리턴
System
ReleaseLock()
공개
메소드
public
ReleaseLock
(
string
resource
) :
void
resource
string
리턴
void