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

◆ getServerAdminCategoryAsync() [1/2]

std::future< std::string > IceGrid::AdminPrx::getServerAdminCategoryAsync ( const Ice::Context & context = Ice::noExplicitContext) const
nodiscard

Gets the category for server admin objects.

You can manufacture a server admin proxy from the admin proxy by changing its identity: use the server ID as name and the returned category as category.

Parameters
contextThe request context.
Returns
A future that becomes available when the invocation completes. This future holds:
  • The category for server admin objects.