ConnectorStore クラス

定義

state.botframework.com のState REST APIを使ってデータを保存するIBotDatStoreの実装

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)
継承
ConnectorStore
実装

コンストラクター

名前 説明
ConnectorStore(IStateClient)

state.botframework.com のState REST APIを使ってデータを保存するIBotDatStoreの実装

明示的なインターフェイスの実装

名前 説明
IBotDataStore<BotData>.FlushAsync(IAddress, CancellationToken)

state.botframework.com のState REST APIを使ってデータを保存するIBotDatStoreの実装

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

state.botframework.com のState REST APIを使ってデータを保存するIBotDatStoreの実装

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

state.botframework.com のState REST APIを使ってデータを保存するIBotDatStoreの実装

適用対象