Share via


request_options::set_server_timeout Method

Sets the server timeout for the request.

void set_server_timeout(
   std::chrono::seconds server_timeout
);

Parameters

  • server_timeout
    The server timeout for the request.

Requirements

Header: common.h

Namespace: azure::storage

See Also

Reference

request_options Class