Share via


IsolatedStorageFileStream.Unlock(Int64, Int64) Metoda

Definice

Umožňuje jiným procesům přístup k celému souboru nebo jeho části, který byl dříve uzamčen.

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)

Parametry

position
Int64

Počáteční pozice rozsahu, který chcete odemknout. Hodnota tohoto parametru musí být rovna nebo větší než 0 (nula).

length
Int64

Počet bajtů, které se mají odemknout.

Atributy

Výjimky

position nebo length je negativní.

Platí pro