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!
Similar QuestionsMore questions about Dot-net
1
How to create a WCF service in C#0
How to get the first element of an array in C#0
Create a WCF ContentManagement.svc service with the WebGetAttribute and WebInvokeAttribute attributes.,Define an endpoint behavior (EndpointBehavior) in the web.config that enables the web programming model.0
Add the following configuration to the web.config file at the WCF section level:0
Fix the error in this C# code.