BackupFileStreamUnlock Method |
Allows access by other processes to all or part of a file that was previously locked.
Namespace: Alphaleonis.Win32.FilesystemAssembly: AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax public virtual void Unlock(
long position,
long length
)
Public Overridable Sub Unlock (
position As Long,
length As Long
)
public:
virtual void Unlock(
long long position,
long long length
)
abstract Unlock :
position : int64 *
length : int64 -> unit
override 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