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

◆ refreshSessionAsync()

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

Keeps the session with this router alive.

Parameters
responseThe response callback.
exceptionThe exception callback.
currentThe Current object of the incoming request.
Exceptions
Glacier2::SessionNotExistExceptionThrown when no session exists for the caller (client).