XPathMessageFilterTable(Of TFilterData) Class
Holds a collection of filter/data pairs for efficient matching.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
'Declaration <DataContractAttribute> _ Public Class XPathMessageFilterTable(Of TFilterData) _ Implements IMessageFilterTable(Of TFilterData), IDictionary(Of MessageFilter, TFilterData), _ ICollection(Of KeyValuePair(Of MessageFilter, TFilterData)), IEnumerable(Of KeyValuePair(Of MessageFilter, TFilterData)), _ IEnumerable 'Usage Dim instance As XPathMessageFilterTable(Of TFilterData)
Type Parameters
- TFilterData
The type of the filter data associated with each filter in the table.
The XPathMessageFilterTable(Of TFilterData) implements the IMessageFilterTable(Of TFilterData) interface. This filter table is optimized for declarative XPath filters, so the table key is a XPathMessageFilter.
The XPathMessageFilterTable(Of TFilterData) class optimizes matching for a subset of XPath that covers most of the messaging scenarios and also supports the full XPath 1.0 grammar. It has optimized algorithms for efficient parallel matching.
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.