| 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.
| ex | The exception callback. |
| sent | The sent callback. |