RuleAction.Preprocess Method

Definition

Preprocesses the RuleAction object.

public abstract Microsoft.ServiceBus.Messaging.RuleAction Preprocess ();
abstract member Preprocess : unit -> Microsoft.ServiceBus.Messaging.RuleAction
Public MustOverride Function Preprocess () As RuleAction

Returns

The preprocessed RuleAction object.

Remarks

Concrete implementation of this class is free to throw InvalidOperationException is this requires preprocessing.

Applies to