TransactionalStateStorageTestRunner<TState>.stateStorageFactory 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<System.Threading.Tasks.Task<Orleans.Transactions.Abstractions.ITransactionalStateStorage<TState>>> stateStorageFactory;
val mutable stateStorageFactory : Func<System.Threading.Tasks.Task<Orleans.Transactions.Abstractions.ITransactionalStateStorage<'State>>>
val mutable stateStorageFactory : Func<System.Threading.Tasks.Task<Orleans.Transactions.Abstractions.ITransactionalStateStorage<'State>>>
Protected stateStorageFactory As Func(Of Task(Of ITransactionalStateStorage(Of TState)))