I Have a following method that makes ajax call and this method gets called multiple times from another function, so that ends up making multiple ajax async call. I need to perform certain task only after all the async ajax call finishes.I Have a following method that makes ajax call