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

◆ detachRemoteLoggerAsync()

virtual void Ice::AsyncLoggerAdmin::detachRemoteLoggerAsync ( std::optional< RemoteLoggerPrx > prx,
std::function< void(bool returnValue)> response,
std::function< void(std::exception_ptr)> exception,
const Ice::Current & current )
pure virtual

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

Parameters
prxA proxy to the remote logger.
responseThe response callback. It accepts:
  • true if the provided remote logger proxy was detached, and false otherwise.
exceptionThe exception callback.
currentThe Current object of the incoming request.