ResourceExplorer.ResolveRefAsync Método
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
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
para CancellationToken a tarefa.
Devoluções
Task<Newtonsoft.Json.Linq.JToken>
objeto resolvido a que a referência se refere.