std::function< void()> IceGrid::AdminSessionPrx::openRegistryStdErrAsync | ( | std::string_view | name, |
std::int32_t | count, | ||
std::function< void(std::optional<::IceGrid::FileIteratorPrx >)> | response, | ||
std::function< void(std::exception_ptr)> | exception = nullptr, | ||
std::function< void(bool)> | sent = nullptr, | ||
const Ice::Context & | context = Ice::noExplicitContext ) const |
Opens a registry stderr file for reading.
name | The registry name. |
count | Specifies 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. |
response | The response callback. It accepts:
|
exception | The exception callback. |
sent | The sent callback. |
context | The request context. |