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 | |
|---|---|---|
![]() |
LinkedTransaction | Overloaded. Initializes a new instance of the LinkedTransaction class. |
Top
Methods
| Name | Description | |
|---|---|---|
![]() |
Commit | Commits the IMS transaction and the linked undo transaction. |
![]() |
CreateObjRef | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from MarshalByRefObject.) |
![]() |
Dispose | Releases all resources used by the current instance of the LinkedTransaction class. |
![]() |
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() |
Finalize | Finalizes the transaction but does not dispose the transaction. (Overrides Object.Finalize().) |
![]() |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() |
GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from MarshalByRefObject.) |
![]() |
GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() |
InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from MarshalByRefObject.) |
![]() |
MemberwiseClone | Overloaded. |
![]() |
Rollback | Undoes the IMS transaction and the linked undo transaction. |
![]() |
ToString | Returns a String that represents the current Object. (Inherited from Object.) |
Top
Properties
| Name | Description | |
|---|---|---|
![]() ![]() |
GlobalUndoContext | Gets the global undo context for the transaction. |
![]() |
HasPendingChanges | Gets the IMS transaction and verifies whether it contains changes that have not completed. |
![]() |
IsActive | Gets the IMS transaction and verifies whether it is currently active. |
![]() |
Transaction | Gets the IMS transaction. |
Top
.gif)
.gif)
.gif)
.gif)