Exemple #1
0
 /// <summary>
 /// This method supports the Enterprise Library infrastructure and is not intended to be used directly from your code.
 /// Clears the cached performance counter instances.
 /// </summary>
 public static void ClearCounterCache()
 {
     counterCache.ClearCachedCounters();
 }