I want to call a web method (job1) in an asp.net web service, then from within this webmethod call a procedure (job2) asyncronously. job 1 shouldnt have to wait for job2 to complete.
whats the best way to do this? (.net 4.5)
I want to call a web method (job1) in an asp.net web service, then from within this webmethod call a procedure (job2) asyncronously. job 1 shouldnt have to wait for job2 to complete.
whats the best way to do this? (.net 4.5)