Show/Hide Toolbars

Inventu Viewer+ .NET Programmer's Reference

Navigation: HostConnection Class > Methods

poolGetAllocCount Method

Scroll Prev Top Next More

 

Return the number of sessions currently allocated in the pool.

 

int HostConnection.poolGetAllocCount();

int HostConnection.poolGetAllocCount(String name);

 

 

 

Arguments

 

HostConnection

 Required. HostConnection object.

 

name

 Optional. The name of the session pool as defined in the Admin Console.

 

Remarks

 

Returns the allocated sessions in the pool are the sessions that are currently open. These are the sessions in the pool that are currently being used. To get the number of active sessions refer to the poolGetActiveCount method.

 

Requirements

 

Inventu Viewer+

 

See Also

 

sessionPool | poolGetActiveCount | poolGetMaxCount | poolSetMaxCount

 

traceActive

 

Applies To: HostConnection object

 


© 2022 Inventu Corporation