IHostConfigurationEvaluateConditionTableAsync Method

Evaluates a condition of a table asynchronously.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
Task EvaluateConditionTableAsync(
	string table,
	string condition,
	bool useSettings = false
)

Parameters

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, ...).

Return Value

Task
A task representing the asynchronous operation.

See Also