TransactionalStorageLoadResponse<TState>.PendingStates 属性

定义

挂起状态列表,按序列 ID 排序

public System.Collections.Generic.IReadOnlyList<Orleans.Transactions.Abstractions.PendingTransactionState<TState>> PendingStates { get; set; }
[Orleans.Id(4)]
public System.Collections.Generic.IReadOnlyList<Orleans.Transactions.Abstractions.PendingTransactionState<TState>> PendingStates { get; set; }
member this.PendingStates : System.Collections.Generic.IReadOnlyList<Orleans.Transactions.Abstractions.PendingTransactionState<'State>> with get, set
[<Orleans.Id(4)>]
member this.PendingStates : System.Collections.Generic.IReadOnlyList<Orleans.Transactions.Abstractions.PendingTransactionState<'State>> with get, set
Public Property PendingStates As IReadOnlyList(Of PendingTransactionState(Of TState))

属性值

属性

适用于