ConnectorStore Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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 |