What are different transaction options?

Answers were Sorted based on User's Feedback



What are different transaction options?..

Answer / rahul bhute

We can specify transaction in 3 ways in WCF:-

TransactionFlowOption.NotAllowed

This is a default option. Using this option no transaction
will be propagated across the binding. If any client
attempts to call the WCF service in a transaction it will
be ignored for this option.

TransactionFlowOption.Allowed

This option specifies that client can call this WCF service
in a transaction. It’s not compulsory that the service
needs to be called in a transaction. You can call without
the transaction also.

TransactionFlowOption.Mandatory

This option specifies that client must call the WCF service
in a transaction mode. If the WCF service is called without
transaction, ‘FaultException’ will be raised.

Is This Answer Correct ?    3 Yes 0 No

What are different transaction options?..

Answer / rana rashid

trasaction commit.
trasaction rolback.

Is This Answer Correct ?    2 Yes 5 No

Post New Answer

More ASP.NET Interview Questions

What is the use of Administration tool in Asp.net 2.0?

2 Answers  


How can you implement the postback property of an asp.net control?

0 Answers  


What are the various security methods which IIS Provides apart from .NET ?

1 Answers  


What is the difference between cache and cookies?

0 Answers  


Explain the reason why the javascript validation not run on the asp.net button but run successfully on the html button?

0 Answers  






How are sessions stored?

0 Answers  


What is the role of global.asax?

10 Answers   Infosys,


what is use of web.config?

3 Answers  


What is client side state management?

0 Answers  


Difference between Active Exe and Dll ?

3 Answers   Satyam,


About Usage of server variables ?

2 Answers   Cognizant, CTS,


What is use of <% %> in asp.net?

0 Answers  


Categories