Show/Hide Toolbars

Inventu Viewer+ .NET Programmer's Reference

Navigation: HostConnection Class > Methods

poolGetActiveCount Method

Scroll Prev Top Next More

 

Return the number of sessions currently connected in the pool.

 

int HostConnection.poolGetActiveCount();

int HostConnection.poolGetActiveCount(String name);

 

 

 

Arguments

 

HostConnection

 Required. HostConnection object.

 

name

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

 

Remarks

 

Return the number of sessions that are currently connected in the pool. This includes all sessions that are being used, as well those that are not. Refer to the poolGetAllocCount method to return the number of sessions in the pool being used.

 

Requirements

 

Inventu Viewer+

 

See Also

 

sessionPool | poolGetActiveCount | poolGetAllocCount | poolGetMaxCount | poolSetMaxCount

 

Applies To: HostConnection object

 


© 2022 Inventu Corporation