Click or drag to resize
BackupFileStreamUnlock Method
Allows access by other processes to all or part of a file that was previously locked.

Namespace: Alphaleonis.Win32.Filesystem
Assembly: AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax
public virtual void Unlock(
	long position,
	long length
)

Parameters

position
Type: SystemInt64
The beginning of the range to unlock.
length
Type: SystemInt64
The range to be unlocked.
Exceptions
ExceptionCondition
ArgumentOutOfRangeException
ArgumentOutOfRangeExceptionposition or length is negative.
ObjectDisposedExceptionThe file is closed.
See Also