Exit 70-513 TS: Windows Communication Foundation velopment with Microsoft .NET Framework 4
Question 4 of 5
0% complete
Q4 Single choice

You are developing a Windows Communication Foundation (WCF) service that executes a long-running operation.

The service is accessed from your business applications in a server transaction in which the client does not participate.

You need to ensure that the transaction times out and aborts if the operation has not completed within 45 seconds.

What should you do?

  • A

    Set the service binding sendTimeout attribute to 00:00:45.

  • B

    Apply <OperationBehavior (TransactionScopeRequired:=False) > to the service operation.

  • C

    Set the service binding receiveTimeout attribute to 00:00:45.

  • D

    Apply OerviceBehavior (TransactlonTiitieout: = "00:00:45")> to the service implementation.