Delen via


InMemoryDataStore Klas

Definitie

Volitile in-memory implementatie van IBotDataStore<T>

public class InMemoryDataStore : Microsoft.Bot.Builder.Dialogs.Internals.IBotDataStore<Microsoft.Bot.Connector.BotData>
type InMemoryDataStore = class
    interface IBotDataStore<BotData>
Public Class InMemoryDataStore
Implements IBotDataStore(Of BotData)
Overname
InMemoryDataStore
Implementeringen

Opmerkingen

OPMERKING: Dit maakt gebruik van een interne woordenlijst zonder ruiming, dus deze moet helemaal niet worden gebruikt voor productiecode, omdat uiteindelijk alleen al uw geheugen wordt gebruikt.

Constructors

InMemoryDataStore()

Volitile in-memory implementatie van IBotDataStore<T>

Expliciete interface-implementaties

IBotDataStore<BotData>.FlushAsync(IAddress, CancellationToken)

Volitile in-memory implementatie van IBotDataStore<T>

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

Volitile in-memory implementatie van IBotDataStore<T>

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

Volitile in-memory implementatie van IBotDataStore<T>

Van toepassing op