CorrelationFilter.Match(BrokeredMessage) Method

Definition

Indicates whether a message matches against the current SQL expression.

public override bool Match (Microsoft.ServiceBus.Messaging.BrokeredMessage message);
override this.Match : Microsoft.ServiceBus.Messaging.BrokeredMessage -> bool
Public Overrides Function Match (message As BrokeredMessage) As Boolean

Parameters

Returns

true if a message matches against the current SQL expression; otherwise, false.

Applies to