Any chance that I could get examples of using IAsyncResult BeginExecute(…) and void EndExecute(…) methods?
I’m trying to create several Activities to use in some of our automations and the Activities has to call into a class library which have asynchronous methods.
I haven’t been able to find any “real world” examples…only Microsoft’s basic example of using a FileStream and writing to a file. I’ve tried to make mine as close to their’s as possible but it’s not working and I’d really like to see how it’s done specifically when integrating with UiPath.
@DeanMauro - After using this extension for a few hours, I have a question. Is there a way to organize activity files under the Activities folders? When I create a new Activity every resultant .cs file is placed under the Activities folder. Instead of Activities->activity1.cs, activity2.cs, etc., can I do something like Activities->Customer->activity1.cs, Activities->Merchant->activity2.cs? Hopefully, this makes sense.