Partager via


ConnectorStore Classe

Définition

implémentation d’IBotDatStore qui utilise l’API REST d’état sur state.botframework.com pour stocker des données

public class ConnectorStore : Microsoft.Bot.Builder.Dialogs.Internals.IBotDataStore<Microsoft.Bot.Connector.BotData>
type ConnectorStore = class
    interface IBotDataStore<BotData>
Public Class ConnectorStore
Implements IBotDataStore(Of BotData)
Héritage
ConnectorStore
Implémente

Constructeurs

ConnectorStore(IStateClient)

implémentation d’IBotDatStore qui utilise l’API REST d’état sur state.botframework.com pour stocker des données

Implémentations d’interfaces explicites

IBotDataStore<BotData>.FlushAsync(IAddress, CancellationToken)

implémentation d’IBotDatStore qui utilise l’API REST d’état sur state.botframework.com pour stocker des données

IBotDataStore<BotData>.LoadAsync(IAddress, BotStoreType, CancellationToken)

implémentation d’IBotDatStore qui utilise l’API REST d’état sur state.botframework.com pour stocker des données

IBotDataStore<BotData>.SaveAsync(IAddress, BotStoreType, BotData, CancellationToken)

implémentation d’IBotDatStore qui utilise l’API REST d’état sur state.botframework.com pour stocker des données

S’applique à