IContextTransactionInfo interface
Provides access to context object properties that relate to transactions.
When to implement
You should not implement this interface. The standard implementation provides complete functionality.
When to use
Use this interface to access context object properties that relate to transactions.
Members
The IContextTransactionInfo interface inherits from the IUnknown interface. IContextTransactionInfo also has these types of members:
Methods
The IContextTransactionInfo interface has these methods.
Method | Description |
---|---|
FetchTransaction | Retrieves the transaction or transaction proxy that is associated with the current context, if any. |
GetTxIsolationLevelAndTimeout | Retrieves the isolation level and timeout value of a transaction that is hosted in the root transaction context. |
RegisterTransactionProxy | Associates an ITransactionProxy implementation with the current context. |
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows XP with SP2 [desktop apps only] |
Minimum supported server |
Windows Server 2003 with SP1 [desktop apps only] |