January 2011
Intermediate to advanced
507 pages
13h 27m
English
WCF supports the WS-Atomic transaction protocol. Transactions in WCF have been defined with the System.ServiceModel namespace and feature three main components. These are the ServiceBehavior attribute, the OperationBehavior attribute, and the TransactionFlow attribute. You will look at each of these in a little more depth and examine what these achieve individually in the transaction in the following sections. You'll learn about their implications prior to jumping into the how-tos of implementing them.
The TransactionFlow attribute specifies whether the service can be related to the external interactions and the level at which the incoming transaction is accepted. The only options ...