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
What are Master Pages in ASP.NET? or What is a Master Page?
Difference between singleton and singlecall.
Which is better php or asp.net?
What is the difference between exe and dll?
What are the memory-mapped files?
Give 2 examples for scenarios when routing is not applied?
How many types of state management are there in asp net?
Is post back in asp.net?
Where do the cookie state and session state information be stored?
What are Authentication and Authorization?
What does uri mean?
Explain how is the asp.net mvc architecture different from others? : asp.net mvc
Where the assembly is stored in asp.net?
Define dll hell?
Where the viewstate is stored after the page postback?