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

◆ addAsync()

virtual void Glacier2::AsyncIdentitySet::addAsync ( ::Ice::IdentitySeq additions,
std::function< void()> response,
std::function< void(std::exception_ptr)> exception,
const Ice::Current & current )
pure virtual

Adds a sequence of Ice identities to this set of constraints.

Order is not preserved and duplicates are implicitly removed.

Parameters
additionsThe sequence of Ice identities to add.
responseThe response callback.
exceptionThe exception callback.
currentThe Current object of the incoming request.