LinearRetry.ShouldRetryAsync(Exception, OperationContext) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines if the operation should be retried and how long to wait until the next retry.
public System.Threading.Tasks.Task<Microsoft.Azure.Batch.Common.RetryDecision> ShouldRetryAsync (Exception exception, Microsoft.Azure.Batch.Common.OperationContext operationContext);
abstract member ShouldRetryAsync : Exception * Microsoft.Azure.Batch.Common.OperationContext -> System.Threading.Tasks.Task<Microsoft.Azure.Batch.Common.RetryDecision>
override this.ShouldRetryAsync : Exception * Microsoft.Azure.Batch.Common.OperationContext -> System.Threading.Tasks.Task<Microsoft.Azure.Batch.Common.RetryDecision>
Public Function ShouldRetryAsync (exception As Exception, operationContext As OperationContext) As Task(Of RetryDecision)
Parameters
- operationContext
- OperationContext
An OperationContext object for tracking the current operation.
Returns
A RetryDecision object which specifies if a retry should be performed.
Implements
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET