What is the TransactionOption property?
Are you preparing for IT certification? With practice questions, study notes, interactive quizzes, tips and technical articles, uCertify PrepKits ensure that you get a solid grasp of core technical concepts to ace your certification exam in first attempt.
What is the TransactionOption property?
Rating:
The TransactionOption property of the WebMethod attribute supports a transaction for a Web method. This property enables a Web service method to participate as the root object in a transaction. The values of this property are Disabled, NotSupported, Supported, Required, and RequiresNew. If a Web service method enables transaction support , the value of TransactionOption property is set to Required or RequiresNew. However, if it disables transaction support for a Web service method, the value is set to Disabled, NotSupported, or Supported.
Rating:
Was this information helpful?
Other articles
- What are the overloaded constructors of the EncryptedKeyToken class?
- How to add a reference to a .NET Framework component in a project?
- MCTS 70-529-VB Short Notes
- How to import a COM type library by using the Visual Studio 2005?
- How to add a Web custom control to the Toolbox?