Skip to content

ITransactionManager.Ping(Guid, DateTime, ParticipantId)

Ping(Guid, DateTime, ParticipantId)

abstract
View source
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 transaction identifier.
timeStampDateTime
The transaction commit timestamp.
resourceParticipantId
The participant awaiting the transaction outcome.

Returns

A task which represents the operation.