Share via


CachingBotDataStore Constructor

Definition

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

dataConsistencyPolicy
CachingBotDataStoreConsistencyPolicy

Applies to