TransactionManagerExtension.PrepareAndCommit 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.
public System.Threading.Tasks.Task<Orleans.Transactions.TransactionalStatus> PrepareAndCommit (string resourceId, Guid transactionId, Orleans.Transactions.Abstractions.AccessCounter accessCount, DateTime timeStamp, System.Collections.Generic.List<Orleans.Transactions.ParticipantId> writeResources, int totalResources);
abstract member PrepareAndCommit : string * Guid * Orleans.Transactions.Abstractions.AccessCounter * DateTime * System.Collections.Generic.List<Orleans.Transactions.ParticipantId> * int -> System.Threading.Tasks.Task<Orleans.Transactions.TransactionalStatus>
override this.PrepareAndCommit : string * Guid * Orleans.Transactions.Abstractions.AccessCounter * DateTime * System.Collections.Generic.List<Orleans.Transactions.ParticipantId> * int -> System.Threading.Tasks.Task<Orleans.Transactions.TransactionalStatus>
Public Function PrepareAndCommit (resourceId As String, transactionId As Guid, accessCount As AccessCounter, timeStamp As DateTime, writeResources As List(Of ParticipantId), totalResources As Integer) As Task(Of TransactionalStatus)
Parameters
- resourceId
- String
- transactionId
- Guid
- accessCount
- AccessCounter
- timeStamp
- DateTime
- writeResources
- List<ParticipantId>
- totalResources
- Int32