Discuss this help topic in SecureBlackbox Forum

TElHTTPCustomSessionManager.Lock

TElHTTPCustomSessionManager     See also     


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


Locks the storage.

Declaration

[C#]
    void Lock();

[VB.NET]
    Sub Lock()

[Pascal]
    procedure Lock; virtual;

[C++]
    void Lock();

[PHP]
    void Lock()

[Java]
    void lock();

Description

Call this method to lock the storage.

See also:     Sessions     Unlock    

Discuss this help topic in SecureBlackbox Forum