Relative Content

Tag Archive for .netapiasynchronous

.net 8: Return the response 200 immediately for long running process

I am working on a .NET Web API endpoint that will be called from a WPF client application. This endpoint needs to process a large amount of data sent from the WPF client. The client doesn’t need to wait for the processing to complete; it only needs to know that the request reached the API successfully.