1 write to TimeoutHelper
System.Activities.DurableInstancing (1)
System\Activities\DurableInstancing\SqlWorkflowInstanceStoreAsyncResult.cs (1)
57
this.
TimeoutHelper
= new TimeoutHelper(timeout);
6 references to TimeoutHelper
System.Activities.DurableInstancing (6)
System\Activities\DurableInstancing\LoadWorkflowAsyncResult.cs (1)
62
double operationTimeout = this.
TimeoutHelper
.RemainingTime().TotalMilliseconds;
System\Activities\DurableInstancing\SaveWorkflowAsyncResult.cs (1)
69
double operationTimeout = this.
TimeoutHelper
.RemainingTime().TotalMilliseconds;
System\Activities\DurableInstancing\SqlWorkflowInstanceStoreAsyncResult.cs (2)
222
IAsyncResult bindReclaimedAsyncResult = thisPtr.InstancePersistenceContext.BeginBindReclaimedLock(reclaimLockAtVersion, thisPtr.
TimeoutHelper
.RemainingTime(), thisPtr.PrepareAsyncCompletion(SqlWorkflowInstanceStoreAsyncResult.onBindReclaimed), thisPtr);
287
this.DependentTransaction, this.
TimeoutHelper
.RemainingTime(), 0, this.maximumRetries, PrepareAsyncCompletion(onSqlCommandAsyncResultCallback), this);
System\Activities\DurableInstancing\TestVersionAndRunAsyncResult.cs (1)
175
this.Store.BeginTryCommandInternal(this.InstancePersistenceContext, this.InstancePersistenceCommand, this.currentTransaction, this.
TimeoutHelper
.RemainingTime(), instanceCommandCompleteCallback, this);
System\Activities\DurableInstancing\TryLoadRunnableWorkflowAsyncResult.cs (1)
39
double operationTimeout = this.
TimeoutHelper
.RemainingTime().TotalMilliseconds;