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