Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

What are different transaction options?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can we communicate with each server in N-tier Architecture? and what are the methods?

2294


How do you use viewstate?

1060


What is the advantage of using Windows authentication in a Web application?

1163


Can you explain composite pattern?

1100


How do you declare static variable?

1080


How to change Master page in ASP.Net using code?

1137


What is strong-typing versus weak-typing?

1175


What is the server of asp.net?

1135


What are the different properties of server control that exists?

1220


How to sign out from forms authentication?

1123


Which type if caching will be used if we want to cache the portion of a page instead of whole page?

966


What is data control in asp.net?

1064


What is the difference between the asp and asp.net?

1040


What is difference between Server.Transfer and Response.Redirect in ASP.NET?

1134


What is the default authentication mode for asp.net?

1163