Delen via


CachingBotDataStore.IBotDataStore<BotData>.SaveAsync Methode

Definitie

System.Threading.Tasks.Task IBotDataStore<BotData>.SaveAsync(Microsoft.Bot.Builder.Dialogs.IAddress key, Microsoft.Bot.Builder.Dialogs.Internals.BotStoreType botStoreType, Microsoft.Bot.Connector.BotData value, System.Threading.CancellationToken cancellationToken);
abstract member Microsoft.Bot.Builder.Dialogs.Internals.IBotDataStore<Microsoft.Bot.Connector.BotData>.SaveAsync : Microsoft.Bot.Builder.Dialogs.IAddress * Microsoft.Bot.Builder.Dialogs.Internals.BotStoreType * Microsoft.Bot.Connector.BotData * System.Threading.CancellationToken -> System.Threading.Tasks.Task
override this.Microsoft.Bot.Builder.Dialogs.Internals.IBotDataStore<Microsoft.Bot.Connector.BotData>.SaveAsync : Microsoft.Bot.Builder.Dialogs.IAddress * Microsoft.Bot.Builder.Dialogs.Internals.BotStoreType * Microsoft.Bot.Connector.BotData * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Function SaveAsync (key As IAddress, botStoreType As BotStoreType, value As BotData, cancellationToken As CancellationToken) As Task Implements IBotDataStore(Of BotData).SaveAsync

Parameters

key
IAddress
botStoreType
BotStoreType
value
BotData
cancellationToken
CancellationToken

Retouren

Implementeringen

Van toepassing op