StrictAndMessageFilter.CreateFilterTable<TFilterData> 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 IMessageFilterTable<TFilterData>.
protected public:
generic <typename TFilterData>
override System::ServiceModel::Dispatcher::IMessageFilterTable<TFilterData> ^ CreateFilterTable();
protected internal override System.ServiceModel.Dispatcher.IMessageFilterTable<TFilterData> CreateFilterTable<TFilterData> ();
override this.CreateFilterTable : unit -> System.ServiceModel.Dispatcher.IMessageFilterTable<'FilterData>
Protected Friend Overrides Function CreateFilterTable(Of TFilterData) () As IMessageFilterTable(Of TFilterData)
Type Parameters
- TFilterData
The type of data associated with the filter.
Returns
A newly created IMessageFilterTable<TFilterData>.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.