IRetryPolicy Interface

Definition

Represents a retry policy.

public interface IRetryPolicy
type IRetryPolicy = interface
Public Interface IRetryPolicy
Derived

Methods

ShouldRetryAsync(Exception, OperationContext)

Determines if the operation should be retried and how long to wait until the next retry.

Applies to