ResourceExplorer.ResolveRefAsync Metodo

Definizione

Risolve un riferimento all'oggetto effettivo.

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)

Parametri

refToken
Newtonsoft.Json.Linq.JToken

Riferimento.

sourceContext
SourceContext

contesto di origine per compilare la mappa di origine del debugger.

cancellationToken
CancellationToken

per CancellationToken l'attività.

Restituisce

Task<Newtonsoft.Json.Linq.JToken>

oggetto risolto a cui fa riferimento il riferimento.

Si applica a