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

◆ detachRemoteLoggerAsync() [1/2]

std::future< bool > Ice::LoggerAdminPrx::detachRemoteLoggerAsync ( const std::optional< RemoteLoggerPrx > & prx,
const Ice::Context & context = Ice::noExplicitContext ) const
nodiscard

Detaches a Ice::RemoteLoggerPrx object from the local logger.

Parameters
prxA proxy to the remote logger.
contextThe request context.
Returns
A future that becomes available when the invocation completes. This future holds:
  • true if the provided remote logger proxy was detached, and false otherwise.