1 write to onEnterThrottle
System.ServiceModel (1)
System\ServiceModel\Channels\SharedConnectionListener.cs (1)
866
onEnterThrottle
= new FastAsyncCallback(OnEnterThrottle);
2 references to onEnterThrottle
System.ServiceModel (2)
System\ServiceModel\Channels\SharedConnectionListener.cs (2)
864
if (
onEnterThrottle
== null)
870
if (this.proxy.validateUriCallThrottle.EnterAsync(TimeSpan.MaxValue,
onEnterThrottle
, this))