Represents a batch request. More...
#include <Ice/Ice.h>
Public Member Functions | |
| virtual void | enqueue () const =0 |
| Queues this request. | |
| virtual std::string_view | getOperation () const =0 |
| Gets the name of the operation. | |
| virtual const ObjectPrx & | getProxy () const =0 |
| Gets the proxy used to create this batch request. | |
| virtual int | getSize () const =0 |
| Gets the size of the request. | |
Represents a batch request.
A batch request is created by invoking an operation on a batch-oneway or batch-datagram proxy.
Definition at line 17 of file BatchRequest.h.