Skip to content

ITransactionManager.Ping(Guid, DateTime, ParticipantId)

Ping(Guid, DateTime, ParticipantId)

abstract
public abstract Task Ping(Guid transactionId, DateTime timeStamp, ParticipantId resource)
One-way message sent by participants to TM, to let TM know they are still waiting to hear about the fate of a transaction.

Parameters

transactionIdGuid
The id of the transaction
timeStampDateTime
The commit timestamp of the transaction
resourceParticipantId
The participant sending the message