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

◆ servicesStartedAsync()

virtual void IceBox::AsyncServiceObserver::servicesStartedAsync ( ::Ice::StringSeq services,
std::function< void()> response,
std::function< void(std::exception_ptr)> exception,
const Ice::Current & current )
pure virtual

Receives the names of the services that were started.

Parameters
servicesThe names of the services that were started.
responseThe response callback.
exceptionThe exception callback.
currentThe Current object of the incoming request.