RuleAction Class

Definition

Represents the filter actions which are allowed for the transformation of a message that have been matched by a filter expression.

public abstract class RuleAction : IEquatable<Azure.Messaging.ServiceBus.Administration.RuleAction>
type RuleAction = class
    interface IEquatable<RuleAction>
Public MustInherit Class RuleAction
Implements IEquatable(Of RuleAction)
Inheritance
RuleAction
Derived
Implements

Remarks

Filter actions allow for the transformation of a message that have been matched by a filter expression. The typical use case for filter actions is to append or update the properties that are attached to a message, for example assigning a group ID based on the correlation ID of a message.

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

Equals(RuleAction)

Indicates whether the current object is equal to another object of the same type.

GetHashCode()

Serves as the default hash function.

Applies to

See also