TransactionalStorageLoadResponse<TState>.PendingStates 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
挂起状态列表,按序列 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))
属性值
IReadOnlyList<PendingTransactionState<TState>>
- 属性