/// <summary> /// Get statistics total /// </summary> public ulong GetStatisticsTotal(RNSPerSecondMetrics metrics) { return(peer.GetStatisticsTotal(0, metrics)); }
/// <summary> /// Get statistics total on index /// </summary> public ulong GetStatisticsTotal(uint index, RNSPerSecondMetrics metrics) { return(peer.GetStatisticsTotal(index, metrics)); }