Partilhar via


ResourceExplorer.ResolveRefAsync Método

Definição

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.

Aplica-se a