LinearRetry.Evaluate(RetryContext, 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 whether the operation should be retried and the interval until the next retry.
public Microsoft.Azure.Cosmos.Table.RetryInfo Evaluate (Microsoft.Azure.Cosmos.Table.RetryContext retryContext, Microsoft.Azure.Cosmos.Table.OperationContext operationContext);
abstract member Evaluate : Microsoft.Azure.Cosmos.Table.RetryContext * Microsoft.Azure.Cosmos.Table.OperationContext -> Microsoft.Azure.Cosmos.Table.RetryInfo
override this.Evaluate : Microsoft.Azure.Cosmos.Table.RetryContext * Microsoft.Azure.Cosmos.Table.OperationContext -> Microsoft.Azure.Cosmos.Table.RetryInfo
Public Function Evaluate (retryContext As RetryContext, operationContext As OperationContext) As RetryInfo
Parameters
- retryContext
- RetryContext
A RetryContext object that indicates the number of retries, the results of the last request, and whether the next retry should happen in the primary or secondary location, and specifies the location mode.
- operationContext
- OperationContext
An OperationContext object that represents the context for the current operation.
Returns
A RetryInfo object that indicates the location mode, and whether the next retry should happen in the primary or secondary location. If null
, the operation will not be retried.