ResourceExplorer.ResolveRefAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Résout une référence en l’objet réel.
public System.Threading.Tasks.Task<Newtonsoft.Json.Linq.JToken> ResolveRefAsync (Newtonsoft.Json.Linq.JToken refToken, Microsoft.Bot.Builder.Dialogs.Debugging.SourceContext sourceContext, System.Threading.CancellationToken cancellationToken = default);
member this.ResolveRefAsync : Newtonsoft.Json.Linq.JToken * Microsoft.Bot.Builder.Dialogs.Debugging.SourceContext * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Newtonsoft.Json.Linq.JToken>
Public Function ResolveRefAsync (refToken As JToken, sourceContext As SourceContext, Optional cancellationToken As CancellationToken = Nothing) As Task(Of JToken)
Paramètres
- refToken
- Newtonsoft.Json.Linq.JToken
Référence.
- sourceContext
- SourceContext
contexte source pour générer le mappage source du débogueur.
- cancellationToken
- CancellationToken
pour CancellationToken la tâche.
Retours
Task<Newtonsoft.Json.Linq.JToken>
objet résolu auquel la référence fait référence.