Archived

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

Can I omit end_xxx in Asynchronous invoke?

when define function that no return as this:

interface aaa
{
void foo(...);
}

Can I omit end_foo in Asynchronous invoke?

Ice version (Ice 3.4.1)
Compiler version (Visual Studio 2008)
Operating system (Windows xp)

Comments

  • benoit
    benoit Rennes, France
    Yes, it's fine to not call the end method.

    Cheers,
    Benoit.