InMemoryDataStore Klas
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
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> |