C# 클래스 DBreeze.TransactionTablesLocker

파일 보기 프로젝트 열기: hhblaze/DBreeze 1 사용 예제들

공개 메소드들

메소드 설명
AddSession ( eTransactionTablesLockTypes lockType, string tables ) : bool

Dispose ( ) : void

MUST BE CALLED BY ENGINE DISPOSE (After all other DBreeze disposes)

RemoveSession ( ) : void

메소드 상세

AddSession() 공개 메소드

public AddSession ( eTransactionTablesLockTypes lockType, string tables ) : bool
lockType eTransactionTablesLockTypes
tables string
리턴 bool

Dispose() 공개 메소드

MUST BE CALLED BY ENGINE DISPOSE (After all other DBreeze disposes)
public Dispose ( ) : void
리턴 void

RemoveSession() 공개 메소드

public RemoveSession ( ) : void
리턴 void