Ice
3.8
C++ API Reference
Loading...
Searching...
No Matches
◆
ice_isAAsync()
[1/2]
std::future< bool > Ice::ObjectPrx::ice_isAAsync
(
std::string_view
typeId
,
const
Ice::Context
&
context
=
Ice::noExplicitContext
) const
nodiscard
Tests whether this object supports a specific Slice interface.
Parameters
typeId
The type ID of the Slice interface to test against.
context
The request context.
Returns
A future that becomes available when the invocation completes. This future holds:
true
if the target object implements the Slice interface specified by
typeId
or implements a derived interface,
false
otherwise.
Ice
ObjectPrx
Generated by
1.14.0