1 write to commandTimeout
System.Activities.DurableInstancing (1)
System\Activities\DurableInstancing\LoadRetryAsyncResult.cs (1)
30this.commandTimeout = new TimeoutHelper(timeout);
4 references to commandTimeout
System.Activities.DurableInstancing (4)
System\Activities\DurableInstancing\LoadRetryAsyncResult.cs (4)
33this.commandTimeout.RemainingTime(), LoadRetryAsyncResult.onTryCommandCallback, this); 75this.commandTimeout.RemainingTime(), LoadRetryAsyncResult.onTryCommandCallback, this); 94if (retryDelay < tryCommandAsyncResult.commandTimeout.RemainingTime()) 106TD.LockRetryTimeout(tryCommandAsyncResult.InstancePersistenceContext.EventTraceActivity, tryCommandAsyncResult.commandTimeout.OriginalTimeout.ToString());