C# 클래스 Z.Expressions.SqlServer.Eval.SharedLock

A shared lock.
파일 보기 프로젝트 열기: zzzprojects/Eval-SQL.NET 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
CacheItemLock int
ExpireCacheLock int

공개 메소드들

메소드 설명
AcquireLock ( int &lockValue ) : void

Acquires the lock on the specified lockValue.

ReleaseLock ( int &lockValue ) : void

Releases the lock on the specified lockValue.

TryAcquireLock ( int &lockValue ) : bool

Attempts to acquire lock on the specified lockvalue.

메소드 상세

AcquireLock() 공개 정적인 메소드

Acquires the lock on the specified lockValue.
public static AcquireLock ( int &lockValue ) : void
lockValue int [in,out] The lock value.
리턴 void

ReleaseLock() 공개 정적인 메소드

Releases the lock on the specified lockValue.
public static ReleaseLock ( int &lockValue ) : void
lockValue int [in,out] The lock value.
리턴 void

TryAcquireLock() 공개 정적인 메소드

Attempts to acquire lock on the specified lockvalue.
public static TryAcquireLock ( int &lockValue ) : bool
lockValue int [in,out] The lock value.
리턴 bool

프로퍼티 상세

CacheItemLock 공개적으로 프로퍼티

The counter lock.
public int CacheItemLock
리턴 int

ExpireCacheLock 공개적으로 프로퍼티

The expire cache lock.
public int ExpireCacheLock
리턴 int