Prepared(Guid, DateTime, ParticipantId, TransactionalStatus)
abstract
public abstract Task Prepared(Guid transactionId, DateTime timeStamp, ParticipantId resource, TransactionalStatus status) One-way message sent by a participant to the TM after it (successfully or unsuccessfully) prepares.
Parameters
transactionIdGuid- The id of the transaction
timeStampDateTime- The commit timestamp of the transaction
resourceParticipantId- The participant sending the message
statusTransactionalStatus- The outcome of the prepare
