Microsoft
70-513 · Question #249
You develop a Windows Communication Foundation (WCF) service that includes the following code. (Line numbers are included for reference only.) ServiceB must not accept reentrant service calls. You…
The correct answer is A. Insert the following code segment at line 07. See the full explanation below for the reasoning.
Question
You develop a Windows Communication Foundation (WCF) service that includes the following code. (Line numbers are included for reference only.) ServiceB must not accept reentrant service calls. You need to modify the behavior of the service. What should you do?
Exhibit
Options
- AInsert the following code segment at line 07:
- BReplace the code segment at line 01 with the following code segment:
- CInsert the following code segment at line 07:
- DInsert the following code segment at line 07:
How the community answered
(30 responses)- A83% (25)
- B3% (1)
- C10% (3)
- D3% (1)
Community Discussion
No community discussion yet for this question.
