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

◆ pingRegistryAsync() [1/2]

std::future< bool > IceGrid::AdminPrx::pingRegistryAsync ( std::string_view name,
const Ice::Context & context = Ice::noExplicitContext ) const
nodiscard

Pings an IceGrid registry to see if it is active.

Parameters
nameThe registry name.
contextThe request context.
Returns
A future that becomes available when the invocation completes. This future holds:
  • true if the registry ping succeeded, false otherwise.