Share via


exponential_retry_policy::exponential_retry_policy Constructor

Initializes a new instance of the exponential_retry_policy class.

exponential_retry_policy();

exponential_retry_policy(
   std::chrono::seconds delta_backoff,
   int max_attempts
);

Parameters

  • delta_backoff
    The delta backoff.
  • max_attempts
    The maximum number of retries to attempt.

Requirements

Header: retry_policies.h

Namespace: azure::storage

See Also

Reference

exponential_retry_policy Class