C# 클래스 MediumTrustLockingStrategy, csharp-sqlite

Locking strategy for Medium Trust. It uses the same trick used in the native code for WIN_CE which doesn't support LockFileEx as well.
상속: LockingStrategy
파일 보기 프로젝트 열기: koush/csharp-sqlite

공개 메소드들

메소드 설명
SharedLockFile ( sqlite3_file, pFile, long offset, long length ) : int

메소드 상세

SharedLockFile() 공개 메소드

public SharedLockFile ( sqlite3_file, pFile, long offset, long length ) : int
pFile sqlite3_file,
offset long
length long
리턴 int