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