Click or drag to resize

XsFileStream.Unlock Method

X#
Allows access by other processes to all or part of a file that was previously locked.

Namespace:  XSharp.IO
Assembly:  XSharp.Core (in XSharp.Core.dll) Version: 2.19
Syntax
 VIRTUAL METHOD Unlock(
	position AS INT64,
	length AS INT64
) AS VOID
Request Example View Source

Parameters

position
Type: Int64
The beginning of the range to unlock.
length
Type: Int64
The range to be unlocked.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionposition or length is negative.
See Also