Discuss this help topic in SecureBlackbox Forum

TElWebDAVLock.Refresh

TElWebDAVLock     See also     


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


Refreshes the lock.

Declaration

[C#]
    void Refresh(long Timeout);

[VB.NET]
    Sub Refresh(ByVal Timeout As Long)

[Pascal]
    procedure Refresh(const Timeout : Int64);

[C++]
    void Refresh(int64_t Timeout);

[PHP]
    void Refresh(integer $Timeout)

[Java]
    void refresh(long Timeout);

Parameters

  • Timeout - the new timeout for the lock.

Description

    Call this method to refresh the lock. The new value of the UnlockTime property will be computed by adding Timeout to the current time.

See also:     UnlockTime    

Discuss this help topic in SecureBlackbox Forum