Düzenle

Aracılığıyla paylaş


ITransactionManager.Ping(Guid, DateTime, ParticipantId) Method

Definition

One-way message sent by participants to TM, to let TM know they are still waiting to hear about the fate of a transaction.

public System.Threading.Tasks.Task Ping (Guid transactionId, DateTime timeStamp, Orleans.Transactions.ParticipantId resource);
abstract member Ping : Guid * DateTime * Orleans.Transactions.ParticipantId -> System.Threading.Tasks.Task
Public Function Ping (transactionId As Guid, timeStamp As DateTime, resource As ParticipantId) As Task

Parameters

transactionId
Guid

The id of the transaction

timeStamp
DateTime

The commit timestamp of the transaction

resource
ParticipantId

The participant sending the message

Returns

Applies to