TransactionalStorageLoadResponse<TState>.PendingStates Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Elenco degli stati in sospeso, ordinati in base all'ID sequenza
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))
Valore della proprietà
IReadOnlyList<PendingTransactionState<TState>>
- Attributi