PendingTransactionState<TState>.SequenceId Property
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.
Transactions are given dense local sequence numbers 1,2,3,4... If a new transaction is prepared with the same sequence number as a previously prepared transaction, it replaces it.
public long SequenceId { get; set; }
[Orleans.Id(0)]
public long SequenceId { get; set; }
member this.SequenceId : int64 with get, set
[<Orleans.Id(0)>]
member this.SequenceId : int64 with get, set
Public Property SequenceId As Long
Property Value
- Attributes