IHostConfigurationEvaluateConditionTableAsync Method
Evaluates a condition of a table asynchronously.
Namespace: Aliquo.WindowsAssembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
Task EvaluateConditionTableAsync(
string table,
string condition,
bool useSettings = false
)
Function EvaluateConditionTableAsync (
table As String,
condition As String,
Optional useSettings As Boolean = false
) As Task
- table String
- Table on which to evaluate the condition.
- condition String
- Condition to evaluate.
- useSettings Boolean (Optional)
- Indicates whether the table settings are used (links, conditions per user, ...).
TaskA task representing the asynchronous operation.