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
)
Public Sub Unlock (
position As Long,
length As Long
)
public:
void Unlock(
long long position,
long long length
)
member Unlock :
position : int64 *
length : int64 -> unit
Parameters
- position
- Type: SystemInt64
The beginning of the range to unlock. - length
- Type: SystemInt64
The range to be unlocked.
Exceptions See Also