Microsoft
70-513 · Question #234
A Windows Communication Foundation (WCF) service handles online order processingyou're your company. You discover that many requests are being made with invalid account numbers. You create a class…
The correct answer is C. Public Sub AfterCall(. See the full explanation below for the reasoning.
Question
A Windows Communication Foundation (WCF) service handles online order processingyou’re your company. You discover that many requests are being made with invalid account numbers. You create a class named AccountNumberValidator that has a method named Validate. Before the message is processed, you need to validate account numbers with AccountNumberValidator and reject messages with invalid account numbers. You create a new class that implements the IParameterInspector interface. Which code segment should you use in this class?
Options
- APublic Sub AfterCall(
- BPublic Sub AfterCall(
- CPublic Sub AfterCall(
- DPublic Sub AfterCall(
How the community answered
(18 responses)- A17% (3)
- B6% (1)
- C72% (13)
- D6% (1)
Community Discussion
No community discussion yet for this question.