1 write to timeout
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\Dispatcher\DurableInstanceManager.cs (1)
1041this.timeout = timeout;
8 references to timeout
System.ServiceModel.Activities (8)
System\ServiceModel\Activities\Dispatcher\DurableInstanceManager.cs (8)
1048this.committableTransaction = new CommittableTransaction(this.timeout); 1072IAsyncResult nextResult = this.durableInstance.BeginTryAcquireReference(this.timeout, this.PrepareAsyncCompletion(handleEndAcquireReference), this); 1106enlistResult = this.persistenceContext.BeginEnlist(this.timeout, PrepareAsyncCompletion(handleEndEnlistContext), this); 1169this.timeout, PrepareAsyncCompletion(handleEndLoad), this); 1176this.timeout, PrepareAsyncCompletion(handleEndLoad), this); 1186this.timeout, PrepareAsyncCompletion(handleEndLoad), this); 1192this.timeout, PrepareAsyncCompletion(handleEndLoad), this); 1205result = this.durableInstance.BeginAssociateInfrastructureKeys(this.additionalKeys, this.transaction, this.timeout,