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

◆ flushBatchRequests()

void Ice::Connection::flushBatchRequests ( CompressBatch compress)

Flushes any pending batch requests for this connection.

This means all batch requests invoked on fixed proxies associated with the connection.

Parameters
compressSpecifies whether or not the queued batch requests should be compressed before being sent over the wire.
Exceptions
LocalExceptionThrown when the flush fails. For example, this function throws CommunicatorDestroyedException when the communicator has been destroyed.