EndpointAddressMessageFilter.CreateFilterTable<FilterData> Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a new filter table that tests a message against multiple endpoint addresses simultaneously.
protected public:
generic <typename FilterData>
override System::ServiceModel::Dispatcher::IMessageFilterTable<FilterData> ^ CreateFilterTable();
protected internal override System.ServiceModel.Dispatcher.IMessageFilterTable<FilterData> CreateFilterTable<FilterData> ();
override this.CreateFilterTable : unit -> System.ServiceModel.Dispatcher.IMessageFilterTable<'FilterData>
Protected Friend Overrides Function CreateFilterTable(Of FilterData) () As IMessageFilterTable(Of FilterData)
Type Parameters
- FilterData
Data associated with the filters in the table.
Returns
An object that implements the IMessageFilterTable<TFilterData> interface that can contain EndpointAddressMessageFilters with associated FilterData
.
Remarks
The method returns an instance of IMessageFilterTable<TFilterData> that is optimized to test for specific message endpoints.
This method is intended to be used by MessageFilterTable<TFilterData>. Use IMessageFilterTable<TFilterData> constructors to create filter table instances.