ConnectorStore 类

定义

IBotDatStore 的实现,它使用 state.botframework.com 上的状态 REST API 来存储数据

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)

IBotDatStore 的实现,它使用 state.botframework.com 上的状态 REST API 来存储数据

显式接口实现

IBotDataStore<BotData>.FlushAsync(IAddress, CancellationToken)

IBotDatStore 的实现,它使用 state.botframework.com 上的状态 REST API 来存储数据

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

IBotDatStore 的实现,它使用 state.botframework.com 上的状态 REST API 来存储数据

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

IBotDatStore 的实现,它使用 state.botframework.com 上的状态 REST API 来存储数据

适用于