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

◆ openRegistryStdErrAsync() [1/2]

std::future< std::optional< FileIteratorPrx > > IceGrid::AdminSessionPrx::openRegistryStdErrAsync ( std::string_view name,
std::int32_t count,
const Ice::Context & context = Ice::noExplicitContext ) const
nodiscard

Opens a registry stderr file for reading.

Parameters
nameThe registry name.
countSpecifies where to start reading the file. If negative, the file is read from the beginning. Otherwise, the file is read from the last count lines.
contextThe request context.
Returns
A future that becomes available when the invocation completes. This future holds:
  • An iterator to read the file. This proxy is never null.