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

◆ getSessionTimeoutAsync()

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

Gets the session timeout.

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