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

◆ getPropertyAsync() [1/2]

std::future< std::string > Ice::PropertiesAdminPrx::getPropertyAsync ( std::string_view key,
const Ice::Context & context = Ice::noExplicitContext ) const
nodiscard

Gets a property by key.

Parameters
keyThe property key.
contextThe request context.
Returns
A future that becomes available when the invocation completes. This future holds:
  • The property value. This value is empty if the property is not set.