Asynchronous service in Microsoft Dynamics CRM 2013
Applies To: Dynamics CRM 2013
The asynchronous service executes long-running operations independent of the main Microsoft Dynamics CRM 2013 and Microsoft Dynamics CRM Online core operation. This results in improved overall system performance and improved scalability. The asynchronous service features a managed queue for the execution of asynchronous registered plug-ins, workflows, and operations such as bulk mail, bulk import, and campaign activity propagation. These operations are registered with the asynchronous service and executed periodically when the service processes its queue. The asynchronous service can be hosted on a server other that the server running Microsoft Dynamics CRM.
In This Section
Asynchronous service architecture
AsyncOperation (system job) entity
AsyncOperation (system job) entity messages and methods
Dependency and execution order in asynchronous operations
Recurrence pattern in asynchronous job execution
Supported entities for asynchronous operations
Stop and start the asynchronous service