Ice 3.8
C++ API Reference
Loading...
Searching...
No Matches
Ice::BatchRequest Class Referenceabstract

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 ObjectPrxgetProxy () const =0
 Gets the proxy used to create this batch request.
virtual int getSize () const =0
 Gets the size of the request.

Detailed Description

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.


The documentation for this class was generated from the following file: