ITransactionManager 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.
public interface ITransactionManager
type ITransactionManager = interface
Public Interface ITransactionManager
Methods
Ping(Guid, DateTime, ParticipantId) |
One-way message sent by participants to TM, to let TM know they are still waiting to hear about the fate of a transaction. |
PrepareAndCommit(Guid, AccessCounter, DateTime, List<ParticipantId>, Int32) |
Request sent by TA to TM. The TM responds after committing or aborting the transaction. |
Prepared(Guid, DateTime, ParticipantId, TransactionalStatus) |
One-way message sent by a participant to the TM after it (successfully or unsuccessfully) prepares. |