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

◆ getSessionTimeoutAsync()

virtual void Glacier2::AsyncRouter::getSessionTimeoutAsync ( std::function< void(std::int64_t returnValue)> response,
std::function< void(std::exception_ptr)> exception,
const Ice::Current & current ) const
pure virtual

Gets the idle timeout used by the server-side of the connection.

Parameters
responseThe response callback. It accepts:
  • The idle timeout (in seconds).
exceptionThe exception callback.
currentThe Current object of the incoming request.