Search results for query: *

  • Users: Kalis
  • Order by date
  1. K

    Changing the c# code to Async method

    It will be a web application.
  2. K

    Changing the c# code to Async method

    Thank you Skydiver. This is only for test and in production there will be batches of text files on a daily basis and so the asynchronous call was requested. I knew it would be a premature way of just changing that one method to async but my coding skill is only that much. I can easily pass it on...
  3. K

    Changing the c# code to Async method

    Yes, I should have been more clear. I am able to test and its working fine. The part I'm suspicious is about the asynchronous calls.
  4. K

    Changing the c# code to Async method

    Hello, I am using the below code to programatically call an API and purge the cache requests. It works as is but I have a need to change this to an async method instead of sync. I tried to use the async..wait method below. Can you please see if it looks OK. using Akamai.EdgeGrid.Auth; using...
Back
Top Bottom