autobahn::wamp_call_options Class Reference
Public Member Functions | |
wamp_call_options (wamp_call_options &&other)=delete | |
wamp_call_options (const wamp_call_options &other)=delete | |
wamp_call_options & | operator= (wamp_call_options &&other)=delete |
wamp_call_options & | operator= (const wamp_call_options &other)=delete |
const std::chrono::milliseconds & | timeout () const |
void | set_timeout (const std::chrono::milliseconds &timeout) |
Detailed Description
Definition at line 38 of file wamp_call_options.hpp.