CachingBotDataStore Constructor
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.
public CachingBotDataStore (Microsoft.Bot.Builder.Dialogs.Internals.IBotDataStore<Microsoft.Bot.Connector.BotData> inner, Microsoft.Bot.Builder.Dialogs.Internals.CachingBotDataStoreConsistencyPolicy dataConsistencyPolicy);
new Microsoft.Bot.Builder.Dialogs.Internals.CachingBotDataStore : Microsoft.Bot.Builder.Dialogs.Internals.IBotDataStore<Microsoft.Bot.Connector.BotData> * Microsoft.Bot.Builder.Dialogs.Internals.CachingBotDataStoreConsistencyPolicy -> Microsoft.Bot.Builder.Dialogs.Internals.CachingBotDataStore
Public Sub New (inner As IBotDataStore(Of BotData), dataConsistencyPolicy As CachingBotDataStoreConsistencyPolicy)
Parameters
- inner
- IBotDataStore<BotData>
- dataConsistencyPolicy
- CachingBotDataStoreConsistencyPolicy