Click or drag to resize

MessageQueueFactoryMatch Method

Indicates whether the list of MatchItem are present in the message headers. Headers

Namespace:  AskiaPortalCmn
Assembly:  AskiaPortalCmn (in AskiaPortalCmn.dll) Version: 1.7.0-build068
Syntax
public static bool Match(
	List<MatchItem> matches,
	IMessageContainer message
)

Parameters

matches
Type: System.Collections.GenericListMatchItem
List of MatchItems
message
Type: AskiaPortalCmnIMessageContainer
Message queue container

Return Value

Type: Boolean
Returns true if the message match the specified items.
See Also