I am using the BaseEntityEventListener.OnSaving method where in addition to saving the entity I want to call an asynchronous method. Is there any way I can convert OnSaving to asynchronous?
Like
1 comments
16:57 Feb 01, 2022
Hello,
Unfortunately, it could be achieved only via Asynchronous operations in the Entity event layer described by the link below:
https://academy.creatio.com/docs/developer/back_end_development/objects…
Best regards,
Bogdan
Show all comments