TransactionalStorageLoadResponse<TState>.PendingStates 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.
List of pending states, ordered by sequence 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))
Property Value
IReadOnlyList<PendingTransactionState<TState>>
- Attributes