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

◆ pingNodeAsync() [1/2]

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

Pings an IceGrid node to see if it is active.

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