SYNCHRONOUS PLUG-INS | ASYNCHRONOUS PLUG-INS |
---|---|
These Plug-ins are executed by the CRM Core System | These plug-ins are executed by Asynchronous service |
Synchronous means the triggering point will wait until the Plug-in finish its execution. | Triggering event don’t wait to finish the Asynchronous plug-in to complete. |
Generally, we use Synchronous plug-ins to do validations before any actions happened, any action that should be performed immediately. | It give lesser performance compare to Asynchronous plug-ins. |
Generally, we use this plug-in to improve the server performance. | If the Plug-in logic takes more time and that need to not to be happen immediately then we can go with these plug-ins. |
Wednesday, July 7, 2021
Difference between Sync AND Async Plug-ins
Subscribe to:
Post Comments (Atom)
Featured Post
-
Merging PDF Files Based on Name Segments in C# In this blog post, we will explore how to merge multiple PDF files using C#. The me...
-
Dynamics CRM Questions and Answers Q251) How do you create and manage multiple forms for a single entity? + T...
-
Automating Email with VBA In this blog post, I will walk you through a VBA script that automates the process ...
No comments:
Post a Comment