Share via


retry_info::set_retry_interval Method

Sets the interval until the next retry.

void set_retry_interval(
   std::chrono::milliseconds value
);

Parameters

  • value
    The interval until the next retry.

Requirements

Header: core.h

Namespace: azure::storage

See Also

Reference

retry_info Class