NLHandler.NL2FxAsync(NL2FxParameters, CancellationToken) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- cancel
- CancellationToken