C# Class 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.
Inheritance: LockingStrategy
Datei anzeigen Open project: koush/csharp-sqlite

Public Methods

Method Description
SharedLockFile ( sqlite3_file, pFile, long offset, long length ) : int

Method Details

SharedLockFile() public method

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