Filter.Preprocess Method

Definition

Preprocesses the filter expression and returns a preprocessed FilterExpression.

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

Returns

The preprocessed FilterExpression.

Exceptions

The operation is invalid with the current state of object.

Applies to