StoreFromStack<C> 类

定义

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)

类型参数

C
继承
StoreFromStack<C>
实现

构造函数

StoreFromStack<C>(Func<String,IBotDataBag,IStore<IFiberLoop<C>>>)

显式接口实现

IStackStoreFactory<C>.StoreFrom(String, IBotDataBag)

适用于