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가 음수입니다.

적용 대상