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

◆ isServerEnabledAsync() [1/2]

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

Checks if the server is enabled or disabled.

Parameters
idThe server ID.
contextThe request context.
Returns
A future that becomes available when the invocation completes. This future holds:
  • true if the server is enabled, false otherwise.