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 does WSDL stand for?

10 Answers   Siebel Systems,


What is web api and why to use it?

0 Answers  


What are custom controls?

0 Answers  


What are the types of caching in asp.net?

0 Answers  


What is difference cookie and session?

0 Answers  






What is the main difference between grid layout and flow layout?

1 Answers  


How you can use video conferencing in asp.net? guys plz help me ...

2 Answers  


Can you use c# without .net?

0 Answers  


In try catch blocks one is normal catch block and another is sqlcatchexception block

3 Answers   Microsoft,


What?s the difference between Response.Write() andResponse.Output.Write()?

2 Answers  


What is data reader in asp.net?

0 Answers  


What is the namespace used to store the information about the user?s locale?

1 Answers   NeoSoft, Siebel,


Categories