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

◆ identitiesAsync()

virtual void Glacier2::AsyncSessionControl::identitiesAsync ( std::function< void(const std::optional< IdentitySetPrx > &returnValue)> response,
std::function< void(std::exception_ptr)> exception,
const Ice::Current & current )
pure virtual

Gets a proxy to the object that manages the allowable object identities for this session.

Parameters
responseThe response callback. It accepts:
exceptionThe exception callback.
currentThe Current object of the incoming request.