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
prx
A proxy to the remote logger.
response
The response callback. It accepts:
true
if the provided remote logger proxy was detached, and
false
otherwise.
exception
The exception callback.
current
The
Current
object of the incoming request.
Ice
AsyncLoggerAdmin
Generated by
1.14.0