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

◆ startUpdateAsync()

virtual void IceGrid::AsyncAdminSession::startUpdateAsync ( std::function< void(std::int32_t returnValue)> response,
std::function< void(std::exception_ptr)> exception,
const Ice::Current & current )
pure virtual

Acquires an exclusive lock to start updating the registry applications.

Parameters
responseThe response callback. It accepts:
  • The current serial.
exceptionThe exception callback.
currentThe Current object of the incoming request.
Exceptions
IceGrid::AccessDeniedExceptionThrown when the exclusive lock can't be acquired. This might happen if the lock is currently acquired by another session.