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