Click or drag to resize

ISessionStateGetInFlightQueries Method

The number of queries that are currently being executed through a given host.

This corresponds to the number of queries that have been sent (by the session this is a State of) to the server Host on one of its connections but haven't yet returned. In that sense this provides a sort of measure of how busy the connections to that node are (at the time the state was obtained at least).

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

Parameters

host
Type: DseHost
The host to get in-flight queries for.

Return Value

Type: Int32
The number of executing queries to Host at the time the state was obtained.
See Also