Async and wait methods not working in Pega 1080 version
Hello folks,
I have a requirement where I should wait for the time till an email is being sent by exchange server and wait till it gets delivered. I implemented it using the Async and Wait method in c#. When I added the code in my c# script and made it to run, it doesn't work. Is that 1080 does not support async and wait method of c#?
Or can anyone tell me an approach to implement the above requirement?