1 instantiation of ReserveThrottleAsyncResult
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\Dispatcher\PersistenceProviderDirectory.cs (1)
451return new ReserveThrottleAsyncResult(this, timeout, callback, state);
5 references to ReserveThrottleAsyncResult
System.ServiceModel.Activities (5)
System\ServiceModel\Activities\Dispatcher\PersistenceProviderDirectory.cs (5)
462ownsThrottle = ReserveThrottleAsyncResult.End(result); 1357if (directory.throttle.EnterAsync(timeout, ReserveThrottleAsyncResult.onThrottleAcquired, this)) 1367ReserveThrottleAsyncResult thisPtr = (ReserveThrottleAsyncResult)state; 1378return End<ReserveThrottleAsyncResult>(result).ownsThrottle;