Filter.Match(BrokeredMessage) Method

Definition

Matches the BrokeredMessage against the FilterExpression.

public abstract bool Match (Microsoft.ServiceBus.Messaging.BrokeredMessage message);
abstract member Match : Microsoft.ServiceBus.Messaging.BrokeredMessage -> bool
Public MustOverride Function Match (message As BrokeredMessage) As Boolean

Parameters

message
BrokeredMessage

The BrokeredMessage object.

Returns

true if the BrokeredMessage matches the filtering expression; otherwise, false.

Exceptions

The operation is invalid with the current state of object.

Filter evaluation failed.

Applies to