IsolatedStorageFileStream.Unlock(Int64, Int64) 方法

定義

允許其他處理程序存取先前鎖定之檔案的全部或一部分。

public override void Unlock (long position, long length);
[System.Runtime.Versioning.UnsupportedOSPlatform("macos")]
public override void Unlock (long position, long length);

參數

position
Int64

要取消鎖定之範圍的開始位置。 這個參數的值必須等於或大於 0 (零)。

length
Int64

要解除鎖定的位元組數目。

屬性

例外狀況

positionlength 為負。

適用於

產品 版本
.NET Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8, 9
.NET Framework 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
.NET Standard 2.0, 2.1