Skip to content

TransactionManagerExtension.Ping(string, Guid, DateTime, ParticipantId, CancellationToken)

Ping(string, Guid, DateTime, ParticipantId, CancellationToken)

View source
public Task Ping(string resourceId, Guid transactionId, DateTime timeStamp, ParticipantId resource, CancellationToken cancellationToken)
Reports that a participant is awaiting a transaction outcome.

Parameters

resourceIdstring
The transaction manager resource identifier.
transactionIdGuid
The transaction identifier.
timeStampDateTime
The commit timestamp.
resourceParticipantId
The reporting participant.
cancellationTokenCancellationToken
The cancellation token.

Returns

A System.Threading.Tasks.Task representing the operation.