다음을 통해 공유


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

적용 대상