XsFileStream.Unlock 方法 | |
Allows access by other processes to all or part of a file that was previously locked.
命名空间:
XSharp.IO
程序集:
XSharp.Core (在 XSharp.Core.dll 中) 版本:2.22 GA
语法 VIRTUAL METHOD Unlock(
position AS INT64,
length AS INT64
) AS VOID
public override void Unlock(
long position,
long length
)
查看代码参数
- position
- 类型:Int64
The beginning of the range to unlock. - length
- 类型:Int64
The range to be unlocked.
异常 异常 | 条件 |
---|
ArgumentOutOfRangeException | position or length is negative. |
参见