FactoryStore<T>(IStore<T>, Func<T>) Constructor
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.
public FactoryStore (Microsoft.Bot.Builder.Internals.Fibers.IStore<T> store, Func<T> factory);
new Microsoft.Bot.Builder.Internals.Fibers.FactoryStore<'T> : Microsoft.Bot.Builder.Internals.Fibers.IStore<'T> * Func<'T> -> Microsoft.Bot.Builder.Internals.Fibers.FactoryStore<'T>
Public Sub New (store As IStore(Of T), factory As Func(Of T))
Parameters
- store
- IStore<T>
- factory
- Func<T>