Transaction Members
Include Protected Members
Include Inherited Members
A transaction makes sure that changes that were made to the store are treated as a group that can be committed or rolled back.
The Transaction type exposes the following members.
Methods
Name
Description
Commits the transaction.
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from MarshalByRefObject.)
Disposes the state of the transaction.
Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Finalizes the transaction. (Overrides Object.Finalize().)
Serves as a hash function for a particular type. (Inherited from Object.)
Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from MarshalByRefObject.)
Gets the type of the current instance. (Inherited from Object.)
Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from MarshalByRefObject.)
Overloaded.
The Store will be set back to the state that it was in when the transaction was created.
Returns a string that represents the current object. (Inherited from Object.)
Top
Properties
Name
Description
Gets the transaction and enables clients to append user data to the transaction.
Gets the Context for this transaction.
Gets or sets a flag that forces all nested rules to occur at LocalCommit time for the current transaction.
Gets the transaction and verifies whether changes to the store have been made during this transaction.
Gets the ID for this transaction.
Gets the transaction and verifies whether this transaction is being rolled back.
Gets the transaction and verifies whether this transaction is processing.
Gets the transaction and verifies whether the transaction is hidden.
Gets the transaction and verifies whether a transaction is nested within another transaction.
Gets the transaction and verifies whether the transaction is currently serializing.
Gets or sets the name of the transaction.
Gets the top-level transaction that is assigned to the nested transaction.
Gets information about the state of all partitions in the store.
Gets the sequence number for the transaction.
Gets the store to which the transaction belongs.
Gets the top-level transaction of the transaction hierarchy.
Gets the number of transactions in which this transaction is nested.
Top