INamedTransactionalStateStorageFactory.Create<TState> Metodo
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.
Creare un oggetto ITransactionalStateStorage in base al nome.
public Orleans.Transactions.Abstractions.ITransactionalStateStorage<TState> Create<TState> (string storageName, string stateName) where TState : class, new();
abstract member Create : string * string -> Orleans.Transactions.Abstractions.ITransactionalStateStorage<'State (requires 'State : null and 'State : (new : unit -> 'State))> (requires 'State : null and 'State : (new : unit -> 'State))
Public Function Create(Of TState As {Class, New}) (storageName As String, stateName As String) As ITransactionalStateStorage(Of TState)
Parametri di tipo
- TState
Parametri
- storageName
- String
Nome dell'archiviazione dello stato delle transazioni da creare.
- stateName
- String
Nome dello stato della transazione.
Restituisce
ITransactionalStateStorage, null se non trovato.