OrCondition 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 any of the child conditions are satisfied. If there are no satisfied 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 OrCondition : IRuleCondition
'Declaration
Public Class OrCondition _
    Implements IRuleCondition
public ref class OrCondition : IRuleCondition

Inheritance Hierarchy

System.Object
  Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Autoscaling.Rules.Conditions.OrCondition

See Also

OrCondition Members

Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Autoscaling.Rules.Conditions Namespace