Friends,
I've created some return parameters to synchronous methods. After that, I needed to change those methods to not synchronous type. After that some errors apear when I verify the object. the message is that not synchronous methods can't have parameters.
How can I do to return values to that ?