Udostępnij przez


NLHandler.NL2FxAsync(NL2FxParameters, CancellationToken) Method

Definition

public virtual System.Threading.Tasks.Task<Microsoft.PowerFx.LanguageServerProtocol.Protocol.CustomNL2FxResult> NL2FxAsync(Microsoft.PowerFx.LanguageServerProtocol.NL2FxParameters request, System.Threading.CancellationToken cancel);
abstract member NL2FxAsync : Microsoft.PowerFx.LanguageServerProtocol.NL2FxParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.PowerFx.LanguageServerProtocol.Protocol.CustomNL2FxResult>
override this.NL2FxAsync : Microsoft.PowerFx.LanguageServerProtocol.NL2FxParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.PowerFx.LanguageServerProtocol.Protocol.CustomNL2FxResult>
Public Overridable Function NL2FxAsync (request As NL2FxParameters, cancel As CancellationToken) As Task(Of CustomNL2FxResult)

Parameters

request
NL2FxParameters

Returns

Applies to