Discuss this help topic in SecureBlackbox Forum

TElCustomSessionManager.Unlock

TElCustomSessionManager     See also     


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


Releases the lock.

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 release the lock over the list of sessions.

See also:     Lock    

Discuss this help topic in SecureBlackbox Forum