Results 1 to 2 of 2

Thread: ice_invoke/ice_invoke_async return value

  1. #1
    apwd is offline Registered User
    Name: Cory Thomas
    Organization: Altep, Inc.
    Project: Distributed job processing
    Join Date
    Oct 2008
    Posts
    9

    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-I....4.html#101009

  2. #2
    benoit's Avatar
    benoit is offline ZeroC Staff
    Name: Benoit Foucher
    Organization: ZeroC, Inc.
    Project: Ice
    Join Date
    Feb 2003
    Location
    Rennes, France
    Posts
    2,196
    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.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Problem with ice_invoke_async on java
    By smandy in forum Bug Reports
    Replies: 3
    Last Post: 08-14-2009, 11:48 AM
  2. Replies: 0
    Last Post: 08-14-2009, 09:27 AM
  3. Which is the best way to do some jumps and return??
    By hulkaspeed in forum Help Center
    Replies: 8
    Last Post: 12-19-2007, 03:13 AM
  4. Expensive return by value
    By bambuk in forum Help Center
    Replies: 5
    Last Post: 06-26-2007, 09:10 AM
  5. About return struct
    By billwillman in forum Help Center
    Replies: 7
    Last Post: 10-16-2006, 02:39 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •