Freigeben über


IPseudoFunction.ExecuteAsync Method

Definition

Execute the psuedo function.

public System.Threading.Tasks.Task ExecuteAsync(Microsoft.PowerFx.CheckResult checkResult, Microsoft.PowerFx.PowerFxREPL repl, System.Threading.CancellationToken cancel);
abstract member ExecuteAsync : Microsoft.PowerFx.CheckResult * Microsoft.PowerFx.PowerFxREPL * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Function ExecuteAsync (checkResult As CheckResult, repl As PowerFxREPL, cancel As CancellationToken) As Task

Parameters

checkResult
CheckResult

a check for the inner expression.

repl
PowerFxREPL

REPL for providing services like output windows.

cancel
CancellationToken

cancellation token.

Returns

Applies to