XPathMessageFilterTable Generic Class
Assembly: System.ServiceModel (in system.servicemodel.dll)
'Declaration 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)
J# supports the use of generic types and methods, but not the declaration of new ones.
JScript does not support generic types and methods.
Not applicable.
Type Parameters
- TFilterData
The type of the filter data associated with each filter in the table.
The XPathMessageFilterTable implements the IMessageFilterTable interface. This filter table is optimized for declarative XPath filters, so the table key is a XPathMessageFilter.
The XPathMessageFilterTable 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 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.