TransactionalStateStorageTestRunner<TState>.stateFactory Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)
Field Value
Func<TState>