Modes of policy condition evaluation.
Namespace: ININ.IceLib.Configuration.Dialer.DataTypesAssembly: ININ.IceLib.Dialer (in ININ.IceLib.Dialer.dll) Version: 0.0.0.0 (22.3.0.208)
Syntax
| C# |
|---|
public enum PolicyEvaluationMode |
| Visual Basic |
|---|
Public Enumeration PolicyEvaluationMode |
Members
| Member name | Value | Description | |
|---|---|---|---|
| All | 0 | All conditions must be satisfied in order to trigger behaviors. | |
| Any | 1 | Any one condition can be satisfied in order to trigger behaviors. |