1 write to RetryErrorOptions
System.Activities.DurableInstancing (1)
System\Activities\DurableInstancing\SqlCommandAsyncResult.cs (1)
350
this.
RetryErrorOptions
= retryErrorOptions;
1 reference to RetryErrorOptions
System.Activities.DurableInstancing (1)
System\Activities\DurableInstancing\SqlCommandAsyncResult.cs (1)
113
return SqlCommandAsyncResult.retryErrorCodes.Any(x => x.ErrorCode == error && (x.
RetryErrorOptions
& retryErrorOptions) == retryErrorOptions);