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.2
Syntax
public 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
See Also