Set a read/write lock for this file or directory.
Namespace: BasicCard.BasicCards.FileSysAssembly: BasicCard (in BasicCard.dll) Version: 2.5.2.0 (2.5.2.0)
Syntax
C# |
---|
public void SetReadWriteLock(
bool lockval,
int[] keys
) |
Visual Basic |
---|
Public Sub SetReadWriteLock (
lockval As Boolean,
keys As Integer()
) |
Visual C++ |
---|
public:
void SetReadWriteLock(
bool lockval,
array<int>^ keys
) |
F# |
---|
member SetReadWriteLock :
lockval : bool *
keys : int[] -> unit
|
Parameters
- lockval
- Type: System..::..Boolean
true to set read/write lock or false to unlock read/write lock
- keys
- Type: array<System..::..Int32>[]()[][]
keys or null
See Also