共用方式為


PendingTransactionState<TState>.SequenceId 屬性

定義

交易會提供密集的本機序號 1,2,3,4...如果新交易的序號與先前準備的交易相同,則會取代它。

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

屬性值

屬性

適用於