Answer by Yuwen L. ·
I have a MVC Web application, during one of the web request, user will send in an Asynch request to server, during that time, at server, our application code will do QueueUserWorkItem() to start a job, which will take relatively longer time to complete, the web request usually completes before the job actually being started by the web server, I am wondering how DynaTrace will see the transaction, will the purepath from the job being included in the transaction?
JANUARY 15, 3:00 PM GMT / 10:00 AM ET