qUnsignedInt32 GetNumOfRoutingConnections();
None.
Gets the overall number of communication connections using the master in the session.
Returns the number of connections through the master that took place within the time (in milliseconds) of the RootTransport::GetRoutingHistoryTTL
function. Sending and receiving are counted separately. In other words, if a given station communicates with one different station via a master-routed connection, this function returns a count of 2. Prior to calling this function, an update interval larger than 0 must be set with the RootTransport::SetRoutingHistoryUpdateSpan
function. This function can only be called by the session master.
CONFIDENTIAL