Discuss this help topic in SecureBlackbox Forum

TElHTTPCustomSessionManager.Unlock

TElHTTPCustomSessionManager     See also     


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


Unlocks the storage.

Declaration

[C#]
    void Unlock();

[VB.NET]
    Sub Unlock()

[Pascal]
    procedure Unlock; virtual;

[C++]
    void Unlock();

[PHP]
    void Unlock()

[Java]
    void unlock();

Description

Call this method to unlock the storage.

See also:     Sessions     Lock    

Discuss this help topic in SecureBlackbox Forum