Discuss this help topic in SecureBlackbox Forum

TElWebDAVStorageObject.Unlock

TElWebDAVStorageObject     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Removes the desired lock.

Declaration

[C#]
    void Unlock();
    void Unlock(int Idx);

[VB.NET]
    Sub Unlock()
    Sub Unlock(ByVal Idx As Integer)

[Pascal]
    procedure Unlock;
    procedure Unlock(const Idx : integer);

[C++]
    void Unlock();
    void Unlock(int32_t Idx);

[PHP]
    void Unlock()
    void Unlock(integer $Idx)

[Java]
    void unlock(int Idx);
    void unlock();

Parameters

  • Idx - the index of the lock to be removed in the Locks list.

Description

    Use this method to remove the desired lock from the object.

See also:     Lock     Locks    

Discuss this help topic in SecureBlackbox Forum