DependentTransaction Methods
.NET Framework 2.0
(see also
Protected Methods
)
Top
| Name | Description | |
|---|---|---|
| Clone | Creates a clone of the transaction. (Inherited from Transaction.) |
| Complete | Attempts to complete the dependent transaction. |
| DependentClone | Creates a dependent clone of the transaction. (Inherited from Transaction.) |
| Dispose | Releases the resources that are held by the object. (Inherited from Transaction.) |
| EnlistDurable | Overloaded. Enlists a durable resource manager to participate in a transaction. (Inherited from Transaction.) |
| EnlistPromotableSinglePhase | Enlists a resource manager that has an internal transaction using a promotable single phase enlistment (PSPE). (Inherited from Transaction.) |
| EnlistVolatile | Overloaded. Enlists a volatile resource manager to participate in a transaction. (Inherited from Transaction.) |
| Equals | Overloaded. Determines whether this transaction and the specified object are equal. (Inherited from Transaction.) |
| GetHashCode | Returns the hash code for this instance. (Inherited from Transaction.) |
| GetType | Gets the Type of the current instance. (Inherited from Object.) |
| op_Equality | Tests whether two specified Transaction instances are equivalent. (Inherited from Transaction.) |
| op_Inequality | Returns a value that indicates whether two Transaction instances are not equal. (Inherited from Transaction.) |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. (Inherited from Object.) |
| Rollback | Overloaded. Rolls back (aborts) the transaction. (Inherited from Transaction.) |
| ToString | Returns a String that represents the current Object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
Reference
DependentTransaction ClassSystem.Transactions Namespace