Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
IEvaluateAsync.cs
1using System;
2using System.Threading.Tasks;
4
5namespace Waher.Script.Model
6{
10 public interface IEvaluateAsync
11 {
19 }
20}
Collection of variables.
Definition: Variables.cs:25
Interface for script nodes with asynchronous evaluation
Task< IElement > EvaluateAsync(Variables Variables)
Evaluates the node asynchronously, using the variables provided in the Variables collection.