IDelegatableTableValue.ExecuteQueryAsync 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.
Evaluation will invoke this method on aggregation calls where return value is scaler.
public System.Threading.Tasks.Task<Microsoft.PowerFx.Types.FormulaValue> ExecuteQueryAsync(IServiceProvider services, Microsoft.PowerFx.Types.DelegationParameters parameters, System.Threading.CancellationToken cancel);
abstract member ExecuteQueryAsync : IServiceProvider * Microsoft.PowerFx.Types.DelegationParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.PowerFx.Types.FormulaValue>
Public Function ExecuteQueryAsync (services As IServiceProvider, parameters As DelegationParameters, cancel As CancellationToken) As Task(Of FormulaValue)
Parameters
- services
- IServiceProvider
Pre-eval services.
- parameters
- DelegationParameters
Delegation parameters.
- cancel
- CancellationToken