TransactionalStateStorageTestRunner<TState>.stateFactory Campo
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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)
Valor do campo
Func<TState>