Share via


retry_info::operator= Operator

Returns a reference to a retry_info object.

retry_info& operator=(
   retry_info&& other
);

Parameters

  • other
    A reference to a set of retry_info to use to set properties.

Return Value

A retry_info object with properties set.

Requirements

Header: core.h

Namespace: azure::storage

See Also

Reference

retry_info Class