countQueuedConnections

countQueuedConnections(allBound:   Integer output;
                       allUnbound: Integer output);

The countQueuedConnections method of the JadeMultiWorkerTcpTransport class returns the number connections that are unassigned and have queued events.

The allBound parameter is populated with the number of queued bound connections and the allUnbound parameter is populated with the number of queued unbound connections.