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

◆ ice_idsAsync() [1/2]

std::future< std::vector< std::string > > Ice::ObjectPrx::ice_idsAsync ( const Ice::Context & context = Ice::noExplicitContext) const
nodiscard

Gets the Slice interfaces supported by this object as a list of type IDs.

Parameters
contextThe request context.
Returns
A future that becomes available when the invocation completes. This future holds:
  • The Slice type IDs of the interfaces supported by this object, in alphabetical order.