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

◆ getReplicaNameAsync()

virtual void IceGrid::AsyncAdminSession::getReplicaNameAsync ( std::function< void(std::string_view returnValue)> response,
std::function< void(std::exception_ptr)> exception,
const Ice::Current & current ) const
pure virtual

Gets the name of the registry replica hosting this session.

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