Edit

Share via


ITransactionManager Interface

Definition

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.

Applies to