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

◆ ice_flushBatchRequestsAsync() [2/2]

std::function< void()> Ice::ObjectPrx::ice_flushBatchRequestsAsync ( std::function< void(std::exception_ptr)> ex,
std::function< void(bool)> sent = nullptr ) const

Flushes asynchronously any pending batched requests for this communicator.

Parameters
exThe exception callback.
sentThe sent callback.
Returns
A function that can be called to cancel the invocation locally.