Medium
A WCF service exposes the following contract over the HTTP protocol (code below).
Existing clients make blocking calls to the GetData method. The GetData method takes up to 5 seconds to execute.
You need to ensure that new clients can send non-blocking requests to this method, without modifying existing clients. What should you do?
Author: InconnuStatus: PublishedQuestion passed 25 times
Edit
0
Community EvaluationsNo one has reviewed this question yet, be the first!