Share via


ReflectionFunction.InvokeAsync Method

Definition

Overloads

InvokeAsync(IServiceProvider, FormulaValue[], CancellationToken)

Caution

Soon to be removed.

[System.Obsolete("Soon to be removed.")]
public System.Threading.Tasks.Task<Microsoft.PowerFx.Types.FormulaValue> InvokeAsync(IServiceProvider serviceProvider, Microsoft.PowerFx.Types.FormulaValue[] args, System.Threading.CancellationToken cancellationToken);
[<System.Obsolete("Soon to be removed.")>]
member this.InvokeAsync : IServiceProvider * Microsoft.PowerFx.Types.FormulaValue[] * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.PowerFx.Types.FormulaValue>
Public Function InvokeAsync (serviceProvider As IServiceProvider, args As FormulaValue(), cancellationToken As CancellationToken) As Task(Of FormulaValue)

Parameters

serviceProvider
IServiceProvider
args
FormulaValue[]
cancellationToken
CancellationToken

Returns

Attributes

Applies to

InvokeAsync(IServiceProvider, IReadOnlyList<FormulaValue>, CancellationToken)

public System.Threading.Tasks.Task<Microsoft.PowerFx.Types.FormulaValue> InvokeAsync(IServiceProvider serviceProvider, System.Collections.Generic.IReadOnlyList<Microsoft.PowerFx.Types.FormulaValue> args, System.Threading.CancellationToken cancellationToken);
member this.InvokeAsync : IServiceProvider * System.Collections.Generic.IReadOnlyList<Microsoft.PowerFx.Types.FormulaValue> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.PowerFx.Types.FormulaValue>
Public Function InvokeAsync (serviceProvider As IServiceProvider, args As IReadOnlyList(Of FormulaValue), cancellationToken As CancellationToken) As Task(Of FormulaValue)

Parameters

serviceProvider
IServiceProvider
cancellationToken
CancellationToken

Returns

Applies to