Clarion calling C# DLL

Hi @Bostjan_Laba

I would be tempted to have a standard sync method that clarion calls, and from that method call the Task method.

It’s not something I have tried. More details about how to achieve this can be found here: async await - How to call asynchronous method from synchronous method in C#? - Stack Overflow although that post is a few years old.

Mark