Allows access by other processes to all or part of a file that was previously locked.
[Visual Basic] Overridable Public Sub Unlock( _ ByVal position As Long, _ ByVal length As Long _ ) [C#] public virtual void Unlock( long position, long length ); [C++] public: virtual void Unlock( __int64 position, __int64 length ); [JScript] public function Unlock( position : long, length : long );
Exception Type | Condition |
---|---|
ArgumentOutOfRangeException | position or length are negative. |