Method EvaluateAsync
EvaluateAsync(CancellationToken)
Evaluates the result of the function.
Declaration
public Task<ContinuousField> EvaluateAsync(CancellationToken cancellationToken = default)
Parameters
| Type | Name | Description |
|---|---|---|
| CancellationToken | cancellationToken | A cancellation token that can be used to cancel the operation. |
Returns
| Type | Description |
|---|---|
| Task<ContinuousField> | The function result, or an error if evaluation was unsuccessful. |
Applies to
Platforms and versions
| Target | Versions |
|---|---|
| .NET | 300 |
| .NET Windows | 300 |
| .NET Android | 300 |
| .NET iOS | 300 |