AndCondition Class
Retired Content |
---|
This content and the technology described is outdated and is no longer being maintained. For more information about Transient Fault Handling, see Transient Fault Handling. |
This condition is satisfied if all the child conditions are satisfied. If there are no dissatisfied conditions, but there is at least one child condition that is undefined (it does not have enough context), the result of this operation will also be undefined.
Namespace: Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Autoscaling.Rules.Conditions
Assembly: Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Autoscaling (in Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Autoscaling.dll) Version: 5.0.1118.0 (5.0.1118.0)
Syntax
public class AndCondition : IRuleCondition
'Declaration
Public Class AndCondition _
Implements IRuleCondition
public ref class AndCondition : IRuleCondition
Inheritance Hierarchy
System.Object
Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Autoscaling.Rules.Conditions.AndCondition
See Also
Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Autoscaling.Rules.Conditions Namespace