ConnectorStore Class

Definition

implementation of IBotDatStore which uses the State REST API on state.botframework.com to store data

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)
Inheritance
ConnectorStore
Implements

Constructors

ConnectorStore(IStateClient)

Explicit Interface Implementations

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

Applies to