Archived

This forum has been archived. Please start a new discussion on GitHub.

ice_invoke/ice_invoke_async return value

In C# Ice v3.3.0, both Ice.ObjectPrx.ice_invoke and ice_invoke_async return bool. What does the return value mean? This isn't in the documentation. In fact, the documentation states that both methods are void.

See: http://www.zeroc.com/doc/Ice-3.3.0-IceTouch/manual/Dynamic.37.4.html#101009

Comments

  • benoit
    benoit Rennes, France
    Hi,

    Thanks for the report, we will fix the manual.

    The return value of ice_invoke is documented in Section 36.3.1: it indicates whether the request succeeded or failed with a user exception. The return value of ice_invoke_async has the same meaning as the return value of any AMI calls. It's documented here (in the Proxy Method section): it indicates whether or not the request was sent synchronously.

    Cheers,
    Benoit.