RuleAction Class
Represents the filter actions which are allowed for the transformation of a message that have been matched by a filter expression.
System.Object
Microsoft.ServiceBus.Messaging.RuleAction
Microsoft.ServiceBus.Messaging.SqlRuleAction
Microsoft.ServiceBus.Messaging.RuleAction
Microsoft.ServiceBus.Messaging.SqlRuleAction
Namespace: Microsoft.ServiceBus.Messaging
Assembly: Microsoft.ServiceBus (in Microsoft.ServiceBus.dll)
The RuleAction type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | RequiresPreprocessing | Gets a value that indicates whether the rule action requires preprocessing. |
| Name | Description | |
|---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Execute | Executes the filter action on the supplied BrokeredMessage. |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | Preprocess | Preprocesses the RuleAction object. |
![]() | ToString | (Inherited from Object.) |
![]() | Validate | Validates the rule action against the grammar. |
