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

What are validator? Name the validation controls in asp.net?

1059


Explain the difference between value type and reference type?

698


Explain the purpose of storyboard.targetproperty.

986


Explain login control and form authentication.

1060


How you can add an event handler?

1012


Explain about the Class view window?

1034


What are HTTP handlers in ASP.NET?

1143


What is enableviewstatemac in asp net?

1095


What is the benefit of WebAPI over WCF?

1062


What do you mean by serialize?

1035


Explain server control extensibility with reference to asp.net 2.0 ?

1036


What is the importance of Global.asax in ASP.NET?

1214


What is a 401 redirect?

987


What happens if an ASP.NET server control with event-handling routines is missing from its definition?

1157


Which asp.net objects encapsulate the state of the client and the browser?

1142