Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
MediumTrustLockingStrategy
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
ファイルを表示
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