This documentation is archived and is not being maintained.
RuleHaltAction Class
Visual Studio 2010
Causes the RuleSet to stop executing and returns control back to the calling method.
System::Object
System.Workflow.Activities.Rules::RuleAction
System.Workflow.Activities.Rules::RuleHaltAction
System.Workflow.Activities.Rules::RuleAction
System.Workflow.Activities.Rules::RuleHaltAction
Assembly: System.Workflow.Activities (in System.Workflow.Activities.dll)
The RuleHaltAction type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Clone | Creates a deep copy of the current RuleAction. (Overrides RuleAction::Clone().) |
![]() | Equals | Determines whether two object instances are equal. (Overrides Object::Equals(Object).) |
![]() | Execute | Executes the RuleAction using the specified RuleExecution. (Overrides RuleAction::Execute(RuleExecution).) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Returns the hash code for this instance. (Overrides Object::GetHashCode().) |
![]() | GetSideEffects | Returns the fields and properties updated by the RuleAction. (Overrides RuleAction::GetSideEffects(RuleValidation).) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns the string "Halt". (Overrides Object::ToString().) |
![]() | Validate | Returns true, no validation is performed. (Overrides RuleAction::Validate(RuleValidation).) |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:
