RuleHaltAction Class
Causes the RuleSet to stop executing and returns control back to the calling method.
Assembly: System.Workflow.Activities (in System.Workflow.Activities.dll)
System.Workflow.Activities.Rules::RuleAction
System.Workflow.Activities.Rules::RuleHaltAction
| Name | Description | |
|---|---|---|
![]() | RuleHaltAction() | Initializes a new instance of the RuleHaltAction class. |
| Name | Description | |
|---|---|---|
![]() | Clone() | Creates a deep copy of the current RuleAction.(Overrides RuleAction::Clone().) |
![]() | Equals(Object^) | Determines whether two object instances are equal.(Overrides Object::Equals(Object^).) |
![]() | Execute(RuleExecution^) | 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(RuleValidation^) | Returns the fields and properties updated by the RuleAction.(Overrides RuleAction::GetSideEffects(RuleValidation^).) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | ToString() | Returns the string "Halt".(Overrides Object::ToString().) |
![]() | Validate(RuleValidation^) | Returns true, no validation is performed.(Overrides RuleAction::Validate(RuleValidation^).) |
Available since 3.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

