ITransactionManager.Ping(Guid, DateTime, ParticipantId) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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