StoreFromStack<C> Class
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 sealed class StoreFromStack<C> : Microsoft.Bot.Builder.Internals.Fibers.IStackStoreFactory<C>
type StoreFromStack<'C> = class
interface IStackStoreFactory<'C>
Public NotInheritable Class StoreFromStack(Of C)
Implements IStackStoreFactory(Of C)
Type Parameters
- C
- Inheritance
-
StoreFromStack<C>
- Implements
Constructors
StoreFromStack<C>(Func<String,IBotDataBag,IStore<IFiberLoop<C>>>) |
Explicit Interface Implementations
IStackStoreFactory<C>.StoreFrom(String, IBotDataBag) |