IExtendedRetryPolicy Members

Windows Runtime Azure Storage Client Library

Represents a retry policy.

The following tables list the members exposed by the IExtendedRetryPolicy type.

Public Methods

  Name Description
public method CreateInstance  Generates a new retry policy for the current request attempt. (Inherited from IRetryPolicy)
public method Evaluate Determines whether the operation should be retried and the interval until the next retry.
public method ShouldRetry  Determines whether the operation should be retried and the interval until the next retry. (Inherited from IRetryPolicy)
Top

See Also