ReflectionFunction.InvokeAsync 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.
Overloads
InvokeAsync(IServiceProvider, FormulaValue[], CancellationToken) |
Obsolete.
|
InvokeAsync(IServiceProvider, IReadOnlyList<FormulaValue>, CancellationToken) |
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
- args
- IReadOnlyList<FormulaValue>
- cancellationToken
- CancellationToken