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

◆ servicesStoppedAsync() [2/2]

std::function< void()> IceBox::ServiceObserverPrx::servicesStoppedAsync ( const ::Ice::StringSeq & services,
std::function< void()> response,
std::function< void(std::exception_ptr)> exception = nullptr,
std::function< void(bool)> sent = nullptr,
const Ice::Context & context = Ice::noExplicitContext ) const

Receives the names of the services that were stopped.

Parameters
servicesThe names of the services that were stopped.
responseThe response callback.
exceptionThe exception callback.
sentThe sent callback.
contextThe request context.
Returns
A function that can be called to cancel the invocation locally.