ITransactionManager.Prepared 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 a participant to the TM after it (successfully or unsuccessfully) prepares.
public System.Threading.Tasks.Task Prepared (Guid transactionId, DateTime timeStamp, Orleans.Transactions.ParticipantId resource, Orleans.Transactions.TransactionalStatus status);
abstract member Prepared : Guid * DateTime * Orleans.Transactions.ParticipantId * Orleans.Transactions.TransactionalStatus -> System.Threading.Tasks.Task
Public Function Prepared (transactionId As Guid, timeStamp As DateTime, resource As ParticipantId, status As TransactionalStatus) 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
- status
- TransactionalStatus
The outcome of the prepare