ITransactionalResource.Confirm(Guid, DateTime) 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.
Request sent by TM to participants to let them know a transaction has committed. Participants respond after cleaning up all prepare records.
public System.Threading.Tasks.Task Confirm (Guid transactionId, DateTime timeStamp);
abstract member Confirm : Guid * DateTime -> System.Threading.Tasks.Task
Public Function Confirm (transactionId As Guid, timeStamp As DateTime) As Task
Parameters
- transactionId
- Guid
The id of the committed transaction
- timeStamp
- DateTime
The commit timestamp of the committed transaction