Discuss this help topic in SecureBlackbox Forum

TElWebDAVLock.EndUse

TElWebDAVLock     See also     


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


Deactivates the lock.

Declaration

[C#]
    void EndUse();

[VB.NET]
    Sub EndUse()

[Pascal]
    procedure EndUse;

[C++]
    void EndUse();

[PHP]
    void EndUse()

[Java]
    void endUse();

Description

    Call this method to stop using the lock.

See also:     BeginUse     InUse    

Discuss this help topic in SecureBlackbox Forum