Method EvaluateVariables
- Namespace
- Alternet.Scripter.Debugger.UI.AlternetUI
- Assembly
- Alternet.Scripter.Debugger.UI.AlternetUI.v10.dll
EvaluateVariables(IEnumerable<string>)
Evaluates the specified variables and processes their values asynchronously.
Task EvaluateVariables(IEnumerable<string> variableNames)
Parameters
variableNames
IEnumerable<string>A collection of variable names to evaluate. Each name in the collection must be non-null and non-empty.
Returns
- Task
A task that represents the asynchronous operation. The task completes when all specified variables have been evaluated.
Remarks
This method evaluates the provided variables and performs any necessary processing on their values. The evaluation is performed asynchronously, and the caller can await the returned task to ensure completion.