Ice 3.8
C++ API Reference
Loading...
Searching...
No Matches

◆ ice_invocationTimeout() [1/2]

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
timeoutThe new invocation timeout.
Returns
A proxy with the new timeout.

Definition at line 158 of file Proxy.h.