2 overrides of SetThrottleBase
System.ServiceModel (2)
System\ServiceModel\Diagnostics\ServicePerformanceCounters.cs (1)
187internal override void SetThrottleBase(int counterIndex, long denominator)
System\ServiceModel\Diagnostics\ServicePerformanceCountersV2.cs (1)
220internal override void SetThrottleBase(int counterIndex, long denominator)
6 references to SetThrottleBase
System.ServiceModel (6)
System\ServiceModel\Dispatcher\ServiceThrottle.cs (6)
138this.servicePerformanceCounters.SetThrottleBase((int)ServicePerformanceCounters.PerfCounters.CallsPercentMaxCallsBase, this.Calls.Capacity); 155this.servicePerformanceCounters.SetThrottleBase((int)ServicePerformanceCounters.PerfCounters.SessionsPercentMaxSessionsBase, this.Sessions.Capacity); 172this.servicePerformanceCounters.SetThrottleBase((int)ServicePerformanceCounters.PerfCounters.InstancesPercentMaxInstancesBase, this.InstanceContexts.Capacity); 236this.servicePerformanceCounters.SetThrottleBase((int)ServicePerformanceCounters.PerfCounters.InstancesPercentMaxInstancesBase, instanceContextsFt.Capacity); 246this.servicePerformanceCounters.SetThrottleBase((int)ServicePerformanceCounters.PerfCounters.CallsPercentMaxCallsBase, this.calls.Capacity); 256this.servicePerformanceCounters.SetThrottleBase((int)ServicePerformanceCounters.PerfCounters.SessionsPercentMaxSessionsBase, this.sessions.Capacity);