InMemoryDataStore Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Volitile in-memory implementation of 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)
- Inheritance
-
InMemoryDataStore
- Implements
Remarks
NOTE: This uses an internal dictionary with no culling so it should not be used for production code at all, as it will eventually just use all of your memory.
Constructors
InMemoryDataStore() |