Prepared(string, Guid, DateTime, ParticipantId, TransactionalStatus, CancellationToken)
public Task Prepared(string resourceId, Guid transactionId, DateTime timestamp, ParticipantId resource, TransactionalStatus status, CancellationToken cancellationToken) Reports the result of preparing a participant to the specified transaction manager.
Parameters
resourceIdstring- The identifier of the transaction manager resource.
transactionIdGuid- The transaction identifier.
timestampDateTime- The transaction commit timestamp.
resourceParticipantId- The participant reporting its prepare result.
statusTransactionalStatus- The participant's prepare result.
cancellationTokenCancellationToken- The token used to cancel the operation.
Returns
A task which represents the one-way operation.
