Base class for the AMD callback for BlobjectAsync::ice_invoke_async.
More...
#include <Ice/Ice.h>
Base class for the AMD callback for BlobjectAsync::ice_invoke_async.
◆ ~AMD_Object_ice_invoke()
| virtual Ice::AMD_Object_ice_invoke::~AMD_Object_ice_invoke |
( |
| ) |
|
|
virtual |
◆ ice_response() [1/2]
| virtual void Ice::AMD_Object_ice_invoke::ice_response |
( |
bool | ok, |
|
|
const std::pair< const Ice::Byte *, const Ice::Byte * > & | bytes ) |
|
pure virtual |
Completes the request.
- Parameters
-
| ok | True if the request completed successfully, in which case bytes contains an encapsulation of the marshaled results. False if the request completed with a user exception, in which case bytes contains an encapsulation of the marshaled user exception. |
| bytes | An encapsulation of the results or user exception. |
◆ ice_response() [2/2]
| virtual void Ice::AMD_Object_ice_invoke::ice_response |
( |
bool | ok, |
|
|
const std::vector< Ice::Byte > & | bytes ) |
|
pure virtual |
Completes the request.
- Parameters
-
| ok | True if the request completed successfully, in which case bytes contains an encapsulation of the marshaled results. False if the request completed with a user exception, in which case bytes contains an encapsulation of the marshaled user exception. |
| bytes | An encapsulation of the results or user exception. |
The documentation for this class was generated from the following file: