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

◆ getPropertyAsync()

virtual void Ice::AsyncPropertiesAdmin::getPropertyAsync ( std::string key,
std::function< void(std::string_view returnValue)> response,
std::function< void(std::exception_ptr)> exception,
const Ice::Current & current )
pure virtual

Gets a property by key.

Parameters
keyThe property key.
responseThe response callback. It accepts:
  • The property value. This value is empty if the property is not set.
exceptionThe exception callback.
currentThe Current object of the incoming request.