Relative Content

Tag Archive for c#.net.net-coreasp.net-web-apientity-framework-core

Delayed calling of a method

I have a method which calls a third party API, I need to check that, if the third party API takes more than three seconds to respond I want to show a delayed response in three seconds, but simultaneously, i want to store the response which i got from the third party API in the backend database table.