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

◆ applicationInitAsync() [1/2]

std::future< void > IceGrid::ApplicationObserverPrx::applicationInitAsync ( std::int32_t serial,
const ApplicationInfoSeq & applications,
const Ice::Context & context = Ice::noExplicitContext ) const
nodiscard

Provides the initial application infos to the observer.

Parameters
serialThe current serial number of the registry database. This serial number allows observers to make sure that their internal state is synchronized with the registry.
applicationsThe applications currently registered with the registry.
contextThe request context.
Returns
A future that becomes available when the invocation completes.