Ejemplo n.º 1
0
 static UdpCacheNotifier()
 {
     TotalCounters = new CacheNotifierPerformanceCounters("_Total_");
     AppInstanceCounters = new CacheNotifierPerformanceCounters(PerformanceCountersWrapperBase.GetInstanceName());
 }