IBotDataStore<T>.LoadAsync Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Restituire BotData con dati che puntano a un JObject o a un record BotData() vuoto con ETag:""
public System.Threading.Tasks.Task<T> LoadAsync (Microsoft.Bot.Builder.Dialogs.IAddress key, Microsoft.Bot.Builder.Dialogs.Internals.BotStoreType botStoreType, System.Threading.CancellationToken cancellationToken);
abstract member LoadAsync : Microsoft.Bot.Builder.Dialogs.IAddress * Microsoft.Bot.Builder.Dialogs.Internals.BotStoreType * System.Threading.CancellationToken -> System.Threading.Tasks.Task<'T>
Public Function LoadAsync (key As IAddress, botStoreType As BotStoreType, cancellationToken As CancellationToken) As Task(Of T)
Parametri
- key
- IAddress
Chiave.
- botStoreType
- BotStoreType
Tipo di archivio bot.
- cancellationToken
- CancellationToken
Token di annullamento.
Restituisce
Task<T>
Record del bot archiviato per questa chiave o record bot "vuoto" pronto per l'archiviazione