ISessionStateGetOpenConnections Method |
The number of open connections to a given host.
Namespace: DseAssembly: Dse (in Dse.dll) Version: 2.1.0
Syntax 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