template<typename Prx, typename... Bases>
template<class Rep, class Period>
Prx Ice::Proxy< Prx, Bases >::ice_invocationTimeout |
( |
const std::chrono::duration< Rep, Period > & | timeout | ) |
const |
|
inlinenodiscard |
Creates a proxy that is identical to this proxy, except for the invocation timeout.
- Parameters
-
timeout | The new invocation timeout. |
- Returns
- A proxy with the new timeout.
Definition at line 158 of file Proxy.h.