I have a Plugin in MS Dynamics CRM 2011 which gets called on any new fixture creation. I want a task to run asynchronously when this plugin is called.
This will create around 40000 new rows in a table and is a long query which takes about 10 minutes to complete. I don't want Admin/User to wait while it completes creating all the records, I would rather let it running asynchronously and let user do other stuff.
Any help or sample code would be appreciated.