07-01-2022 06:48 AM
I am trying to call an asynchronous task in a .NET assembly and I do not know how to complete the setup.
Can anyone give me some guidance?
07-06-2022 04:41 AM
My guess is that it is not directly supported when caled from TS. Easiest workaround would be to create dll and wrap this functionlity inside code module.