3 references to Calls
System.ServiceModel (3)
System\ServiceModel\Dispatcher\ServiceThrottle.cs (3)
130
get { return this.
Calls
.Capacity; }
134
this.
Calls
.Capacity = value;
138
this.servicePerformanceCounters.SetThrottleBase((int)ServicePerformanceCounters.PerfCounters.CallsPercentMaxCallsBase, this.
Calls
.Capacity);