IsolatedStorageFileStream.Unlock(Int64, Int64) Método

Definición

Permite que otros procesos tengan acceso total o parcial a un archivo previamente bloqueado.

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)

Parámetros

position
Int64

La posición inicial del intervalo que se va a desbloquear. El valor de este parámetro debe ser igual o mayor que cero (0).

length
Int64

Número de bytes que se van a desbloquear.

Atributos

Excepciones

position o length es negativo.

Se aplica a