IsolatedStorageFileStream.Unlock(Int64, Int64) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
允许其他进程访问以前锁定的某个文件的全部或部分内容。
public:
override void Unlock(long position, long length);
public override void Unlock (long position, long length);
[System.Runtime.Versioning.UnsupportedOSPlatform("macos")]
public override void Unlock (long position, long length);
override this.Unlock : int64 * int64 -> unit
[<System.Runtime.Versioning.UnsupportedOSPlatform("macos")>]
override this.Unlock : int64 * int64 -> unit
Public Overrides Sub Unlock (position As Long, length As Long)
参数
- position
- Int64
解锁范围的起始位置。 此参数的值必须大于或等于0 (零)。
- length
- Int64
要解锁的字节数。
- 属性
例外
position
或 length
为负数。