Esempio n. 1
0
 public static void DecrementExchangeExecutingCmdlets()
 {
     if (ThrottlingPerfCounterWrapper.PerfCountersInitialized)
     {
         ThrottlingPerfCounterWrapper.DecrementPerfCounter(ThrottlingPerfCounterWrapper.throttlingPerfCounters.ExchangeExecutingCmdlets);
     }
 }
Esempio n. 2
0
 public static void DecrementActivePowerShellRunspaces()
 {
     if (ThrottlingPerfCounterWrapper.PerfCountersInitialized)
     {
         ThrottlingPerfCounterWrapper.DecrementPerfCounter(ThrottlingPerfCounterWrapper.throttlingPerfCounters.ActivePowerShellRunspaces);
     }
 }