PRELIMINARY INFORMATION - SUBJECT TO CHANGE
This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.

Syntax

C# Copy imageCopy Code
                                  public sealed class AmbientTransaction
Visual Basic (Declaration) Copy imageCopy Code
                                  Public NotInheritable Class AmbientTransaction

The type exposes the following methods.

Public Methods

  Name Description
Public method Commit
Commits the pending transaction.
Public method Dispose
Disposes this AmbientTransaction. If the transaction is not committed, it will be rolled back.
Public method Enlist
Adds a database to take part in the ambient transaction.
Public method Equals (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method HasTransaction
Returns true if there is a transaction for the database.
Public method IsEnlisted
Returns true if the database is enlisted in the transaction.
Public method Rollback
Rolls back the current transaction.
Public method Static member StartTransaction Overloaded.
Public method ToString (Inherited from Object.)

Protected Methods

  Name Description
Protected method Finalize (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)

See Also

Advanced