コード例 #1
0
 private static string GetPerfCounterName(CounterConfigData cd)
 {
     return cd.Name.Name + "." + (cd.UseDeltaValue ? "Delta" : "Current");
 }
コード例 #2
0
 private static string GetPerfCounterName(CounterConfigData cd)
 {
     return(cd.Name.Name + "." + (cd.UseDeltaValue ? "Delta" : "Current"));
 }