IsolatedStorageFileStream.Unlock(Int64, Int64) メソッド

定義

以前にロックされたファイルの全部または一部への他のプロセスによるアクセスを許可します。

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 が負の値です。

適用対象