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

◆ parseAsync() [1/2]

std::future< ApplicationDescriptor > IceGrid::FileParserPrx::parseAsync ( std::string_view xmlFile,
const std::optional< AdminPrx > & adminProxy,
const Ice::Context & context = Ice::noExplicitContext ) const
nodiscard

Parses a file.

Parameters
xmlFileThe full path to the file.
adminProxyAn IceGrid::AdminPrx proxy, used only to retrieve default templates when needed. May be null.
contextThe request context.
Returns
A future that becomes available when the invocation completes. This future holds:
  • The application descriptor.