StoreFromStack<C> Classe
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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)
Parâmetros de tipo
- C
- Herança
-
StoreFromStack<C>
- Implementações
Construtores
| StoreFromStack<C>(Func<String,IBotDataBag,IStore<IFiberLoop<C>>>) |
Implantações explícitas de interface
| IStackStoreFactory<C>.StoreFrom(String, IBotDataBag) |