1 write to timeoutHelper
System.Activities.DurableInstancing (1)
System\Activities\DurableInstancing\SqlCommandAsyncResult.cs (1)
69
this.
timeoutHelper
= new TimeoutHelper(TimeSpan.FromTicks(openTimeout));
6 references to timeoutHelper
System.Activities.DurableInstancing (6)
System\Activities\DurableInstancing\SqlCommandAsyncResult.cs (6)
210
if (this.
timeoutHelper
.RemainingTime().TotalMilliseconds > delay)
214
this.
timeoutHelper
.RemainingTime(), this.retryCount, this.maximumRetries, this.PrepareAsyncCompletion(onRetryCommandCallback), this), false);
255
return (this.
timeoutHelper
.RemainingTime() <= TimeSpan.Zero);
277
this.Complete(synchronous, new TimeoutException(SR.TimeoutOnSqlOperation(this.
timeoutHelper
.OriginalTimeout.ToString())));
331
TD.TimeoutOpeningSqlConnection(this.eventTraceActivity, this.
timeoutHelper
.OriginalTimeout.ToString());
342
this.Complete(synchronous, new TimeoutException(SR.TimeoutOnSqlOperation(this.
timeoutHelper
.OriginalTimeout.ToString())));