Click or drag to resize

ISessionStateGetOpenConnections Method

The number of open connections to a given host.

Namespace:  Dse
Assembly:  Dse (in Dse.dll) Version: 2.9.0
Syntax
C#
int GetOpenConnections(
	Host host
)

Parameters

host
Type: DseHost
The host to get open connections for.

Return Value

Type: Int32
The number of open connections to {@code host}. If the session is not connected to that host, 0 is returned.
See Also