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

◆ servicesStartedAsync() [2/2]

std::function< void()> IceBox::ServiceObserverPrx::servicesStartedAsync ( 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 started.

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