TransactionalStateRecord<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.
public System.Collections.Generic.List<Orleans.Transactions.Abstractions.PendingTransactionState<TState>> PendingStates { get; set; }
[Orleans.Id(3)]
public System.Collections.Generic.List<Orleans.Transactions.Abstractions.PendingTransactionState<TState>> PendingStates { get; set; }
member this.PendingStates : System.Collections.Generic.List<Orleans.Transactions.Abstractions.PendingTransactionState<'State>> with get, set
[<Orleans.Id(3)>]
member this.PendingStates : System.Collections.Generic.List<Orleans.Transactions.Abstractions.PendingTransactionState<'State>> with get, set
Public Property PendingStates As List(Of PendingTransactionState(Of TState))
Valore della proprietà
List<PendingTransactionState<TState>>
- Attributi