Hi everyone,
I have a question for how async calls work in D365?
For example, I have a plugin which runs asynchronously. What happens in the backend?
If I am not wrong, all asynchronous calls require a Task. So does this plugin create a Task in the backend? And if that Task is created, the way the Task is executed is decided by the CPU. so it means the CPU of my system, or the CPU of the server of D365?
I am sorry if I sound silly. But this is confusing me, and I need to know the basic backend functionality.
Please guide me on this one!
Thanks in advance