Discuss this help topic in SecureBlackbox Forum

TElWebDAVMemoryLockList.Cleanup

TElWebDAVMemoryLockList     See also     


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


Cleanup unlocked locks.

Declaration

[C#]
    int Cleanup();

[VB.NET]
    Function Cleanup() As Integer

[Pascal]
    function Cleanup : integer;

[C++]
    int32_t Cleanup();

[PHP]
    integer Cleanup()

[Java]
    int cleanup();

Return value

    Returns the number of locks removed from the list.

Description

    Call this method to remove all unlocked locks from the list.

See also:     Locks    

Discuss this help topic in SecureBlackbox Forum