Share via


request_options::set_retry_policy Method

Sets the retry policy for the request.

void set_retry_policy(
   azure::storage::retry_policy retry_policy
);

Parameters

  • retry_policy
    The retry policy for the request.

Requirements

Header: common.h

Namespace: azure::storage

See Also

Reference

request_options Class