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
key
The property key.
response
The response callback. It accepts:
The property value. This value is empty if the property is not set.
exception
The exception callback.
current
The
Current
object of the incoming request.
Ice
AsyncPropertiesAdmin
Generated by
1.14.0