Edit

PendingTransactionState<TState>.SequenceId Property

Definition

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.

[Orleans.Id(0)]
public long SequenceId { get; set; }
public long SequenceId { get; set; }
[<Orleans.Id(0)>]
member this.SequenceId : int64 with get, set
member this.SequenceId : int64 with get, set
Public Property SequenceId As Long

Property Value

Attributes

Applies to