Share via


StoreFromStack<C> Class

Definition

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)

Applies to