getGroupStatistics

getGroupStatistics(which: Integer;
                   stats: JadeDynamicObject input);

The getGroupStatistics method of the JadeMultiWorkerTcpTransport class populates the JadeDynamicObject specified in the stats parameter with properties containing the to-date values of statistics captured for this transport group.

The value of the which parameter must be zero (0).

Properties with names that have a suffix of time represent elapsed time values measured in microseconds. You should assign these values to Decimal[18] (or wider) variables.