| std::function< void()> Ice::ObjectPrx::ice_flushBatchRequestsAsync | ( | std::function< void(std::exception_ptr)> | ex, |
| std::function< void(bool)> | sent = nullptr ) const |
Flushes any pending batched requests for this proxy asynchronously.
| ex | The exception callback. |
| sent | The sent callback. |