ResourceExplorer.ResolveRefAsync Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Resolve um ref para o objeto real.
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)
Parâmetros
- refToken
- Newtonsoft.Json.Linq.JToken
Referência.
- sourceContext
- SourceContext
contexto de origem para criar o mapa de origem do depurador.
- cancellationToken
- CancellationToken
o CancellationToken da tarefa.
Retornos
Task<Newtonsoft.Json.Linq.JToken>
objeto resolvido ao qual a referência se refere.