Discuss this help topic in SecureBlackbox Forum
Returns the number of opened sessions.
Declaration
[VB.NET]
Property SessionCount As Integer
[Pascal]
property SessionCount : Integer;
[C++]
int32_t get_SessionCount();
[PHP]
integer get_SessionCount()
[Java]
int getSessionCount();
Description
Use this read-only property to retrievethe number of opened sessions.
Discuss this help topic in SecureBlackbox Forum