| 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.
| compress | Specifies whether or not the queued batch requests should be compressed before being sent over the wire. |
| LocalException | Thrown when the flush fails. For example, this function throws CommunicatorDestroyedException when the communicator has been destroyed. |