Delen via


ConnectorStore Klas

Definitie

implementatie van IBotDatStore die gebruikmaakt van de State REST API op state.botframework.com om gegevens op te slaan

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)
Overname
ConnectorStore
Implementeringen

Constructors

ConnectorStore(IStateClient)

implementatie van IBotDatStore die gebruikmaakt van de State REST API op state.botframework.com om gegevens op te slaan

Expliciete interface-implementaties

IBotDataStore<BotData>.FlushAsync(IAddress, CancellationToken)

implementatie van IBotDatStore die gebruikmaakt van de State REST API op state.botframework.com om gegevens op te slaan

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

implementatie van IBotDatStore die gebruikmaakt van de State REST API op state.botframework.com om gegevens op te slaan

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

implementatie van IBotDatStore die gebruikmaakt van de State REST API op state.botframework.com om gegevens op te slaan

Van toepassing op