Prepare(Guid, AccessCounter, DateTime, ParticipantId)
abstract
public abstract Task Prepare(Guid transactionId, AccessCounter accessCount, DateTime timeStamp, ParticipantId transactionManager) One-way message sent by TA to all participants except TM.
Parameters
transactionIdGuid- the id of the transaction to prepare
accessCountAccessCounter- number of reads/writes performed on this participant by this transaction
timeStampDateTime- the commit timestamp for this transaction
transactionManagerParticipantId- the transaction manager for this transaction
