Exemplo n.º 1
0
 public static void GetStats(BaseServer svr, PerformanceCounter cpuCounter, PerformanceCounter ramCounter)
 {
     svr.GetStats(cpuCounter, ramCounter);
     Core.ApiHelper.APIPost(svr, ApiHelper.PostStatsURL).Wait();
 }