CachingBotDataStore 构造函数

定义

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)

参数

dataConsistencyPolicy
CachingBotDataStoreConsistencyPolicy

适用于