TransactionalStateStorageTestRunner<TState>.stateFactory Champ
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
protected Func<TState> stateFactory;
protected Func<int,TState> stateFactory;
val mutable stateFactory : Func<'State (requires 'State : null and 'State :> Orleans.Transactions.TestKit.ITestState and 'State : (new : unit -> 'State))>
val mutable stateFactory : Func<int, 'State (requires 'State : null and 'State : (new : unit -> 'State))>
Protected stateFactory As Func(Of TState)
Protected stateFactory As Func(Of Integer, TState)
Valeur de champ
Func<TState>