ITransactionAgent Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The Transaction Agent it is used by the silo and activations to interact with the transactions system.
public interface ITransactionAgent
type ITransactionAgent = interface
Public Interface ITransactionAgent
Remarks
There is one Transaction Agent per silo. TODO: does this belong in Runtime instead?
Methods
Abort(ITransactionInfo) |
Abort a transaction. |
Abort(TransactionInfo) |
Abort a transaction. |
Resolve(ITransactionInfo) |
Attempt to Resolve a transaction. Will commit or abort transaction |
Resolve(TransactionInfo) |
Attempt to Resolve a transaction. Will commit or abort transaction |
StartTransaction(Boolean, TimeSpan) |
Starts a new transaction |