[]
Calculate the function asynchronously.
protected abstract Task<object> EvaluateAsync(object[] arguments, ICalcContext context)
Protected MustOverride Function EvaluateAsync(arguments As Object(), context As ICalcContext) As Task(Of Object)
| Type | Name | Description |
|---|---|---|
| object[] | arguments | The value collection of the arguments |
| ICalcContext | context | The context of the calculation. |
| Type | Description |
|---|---|
| Task<object> | The result of the function. |