ConnectorStore 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
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 来存储数据 |