Table of Contents

Class RuleAction

Namespace
Microsoft.Azure.ServiceBus
Assembly
Microsoft.Azure.ServiceBus.dll

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<RuleAction>
Inheritance
RuleAction
Implements
Derived
Inherited Members

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(RuleAction)

public abstract bool Equals(RuleAction other)

Parameters

other RuleAction

Returns

bool

See Also