1 write to timeoutHelper
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\Dispatcher\PersistenceProviderDirectory.cs (1)
763
this.
timeoutHelper
= new TimeoutHelper(timeout);
5 references to timeoutHelper
System.ServiceModel.Activities (5)
System\ServiceModel\Activities\Dispatcher\PersistenceProviderDirectory.cs (5)
912
if (waitHandle.WaitAsync(handleWaitForInProgressLoad, this, this.
timeoutHelper
.RemainingTime()))
921
IAsyncResult reserveThrottleResult = this.ppd.BeginReserveThrottle(this.
timeoutHelper
.RemainingTime(),
980
executeResult = this.ppd.store.BeginExecute(this.handle, loadCommand, this.
timeoutHelper
.RemainingTime(), PrepareAsyncCompletion(LoadOrCreateAsyncResult.HandleExecute), this);
1142
loadResult = this.pipeline.BeginLoad(this.
timeoutHelper
.RemainingTime(), PrepareAsyncCompletion(LoadOrCreateAsyncResult.handleLoadPipeline), this);
1187
result = this.context.BeginEnlist(this.
timeoutHelper
.RemainingTime(), PrepareAsyncCompletion(LoadOrCreateAsyncResult.handleContextEnlist), this);