Invokes an operation asynchronously.
- Parameters
-
| operation | The name of the operation to invoke. |
| mode | The operation mode (normal or idempotent). |
| inParams | An encapsulation containing the encoded in-parameters for the operation. You can pass an empty byte sequence when the operation takes no in-parameters; the Ice runtime then marshals an empty encapsulation. |
| context | The request context. |
- Returns
- A future that becomes available when the invocation completes. This future holds:
- returnValue true if the operation completed successfully, false if it completed with a user exception.
- outParams An encapsulation containing the encoded result.