nerdexam
Microsoft

70-513 · Question #218

You are developing a Windows Communication Foundation (WCF) service that does not operate on a duplex channel. You find that operations do not start until all previous operations have finished. The…

The correct answer is D. <ServiceBehovior(. See the full explanation below for the reasoning.

Question

You are developing a Windows Communication Foundation (WCF) service that does not operate on a duplex channel. You find that operations do not start until all previous operations have finished. The service hosting code contains the following lines. Dim service = New WarehouseService() Dim hose = New ServiceHost(service) You need to ensure that new operations do not wait for previous operations to finish. Which attribute should you use to decorate the service?

Options

  • A<ServiceBehavior(
  • B<CallbackBehavior(
  • C<ServiceBehavior(
  • D<ServiceBehovior(

How the community answered

(26 responses)
  • A
    8% (2)
  • B
    4% (1)
  • C
    4% (1)
  • D
    85% (22)

Community Discussion

No community discussion yet for this question.

Full 70-513 Practice