retry_info::retry_info Constructor
Initializes a new instance of the azure::storage::retry_info class.
retry_info();
explicit retry_info(
const retry_context& context
);
retry_info(
retry_info&& other
);
Parameters
- context
- other
A reference to a set of retry_info on which to base the new instance.
Requirements
Header: core.h
Namespace: azure::storage