Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Include Protected Members
Include Inherited Members
Manages the opening and closing of a globally linked transaction and any in-memory store (IMS) transactions that are in the linked transaction.
The LinkedTransaction type exposes the following members.
Constructors
Name
Description
Overloaded. Initializes a new instance of the LinkedTransaction class.
Top
Methods
Name
Description
Commits the IMS transaction and the linked undo 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.)
Releases all resources used by the current instance of the LinkedTransaction class.
Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Finalizes the transaction but does not dispose 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.
Undoes the IMS transaction and the linked undo transaction.
Returns a string that represents the current object. (Inherited from Object.)
Top
Properties
Name
Description
Gets the global undo context for the transaction.
Gets the IMS transaction and verifies whether it contains changes that have not completed.
Gets the IMS transaction and verifies whether it is currently active.
Gets the IMS transaction.
Top