BotDataBase<T>(IAddress, IBotDataStore<BotData>) Konstruktor
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
public BotDataBase (Microsoft.Bot.Builder.Dialogs.IAddress botDataKey, Microsoft.Bot.Builder.Dialogs.Internals.IBotDataStore<Microsoft.Bot.Connector.BotData> botDataStore);
new Microsoft.Bot.Builder.Dialogs.Internals.BotDataBase<'T> : Microsoft.Bot.Builder.Dialogs.IAddress * Microsoft.Bot.Builder.Dialogs.Internals.IBotDataStore<Microsoft.Bot.Connector.BotData> -> Microsoft.Bot.Builder.Dialogs.Internals.BotDataBase<'T>
Public Sub New (botDataKey As IAddress, botDataStore As IBotDataStore(Of BotData))
Parameter
- botDataKey
- IAddress
- botDataStore
- IBotDataStore<BotData>