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