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

1.can we add connection string in global.asax?????????? 2.what are the default files included when we create new web application????

7 Answers   Sparsh,


What is a web api? Which protocol is used in a web api?

1 Answers  


Define web services in asp.net.

1 Answers  


What are the difference between ASP and ASP.Net?

4 Answers   Accenture, Mphasis,


What are the session variables?

1 Answers  


How can we make sure that Web API returns JSON data only?

1 Answers  


what is Disco?what it will do?

2 Answers   Microsoft,


is gateway for sms continue connected for sending sms.how?

1 Answers  


what is roles in asp.net

2 Answers  


What is sdlc process?

1 Answers  


What do you mean by View State and what is its role?

1 Answers   Wipro,


What is the use Membership in asp.net? and What is the use profiler in asp.net?

1 Answers  


Categories