MessageFilterTable<TFilterData>.CreateFilterTable(MessageFilter) 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.
Instantiates a filter table for a specified type of filter.
protected:
virtual System::ServiceModel::Dispatcher::IMessageFilterTable<TFilterData> ^ CreateFilterTable(System::ServiceModel::Dispatcher::MessageFilter ^ filter);
protected virtual System.ServiceModel.Dispatcher.IMessageFilterTable<TFilterData> CreateFilterTable (System.ServiceModel.Dispatcher.MessageFilter filter);
abstract member CreateFilterTable : System.ServiceModel.Dispatcher.MessageFilter -> System.ServiceModel.Dispatcher.IMessageFilterTable<'FilterData>
override this.CreateFilterTable : System.ServiceModel.Dispatcher.MessageFilter -> System.ServiceModel.Dispatcher.IMessageFilterTable<'FilterData>
Protected Overridable Function CreateFilterTable (filter As MessageFilter) As IMessageFilterTable(Of TFilterData)
Parameters
- filter
- MessageFilter
The MessageFilter to be contained in the filter table created.
Returns
The IMessageFilterTable<TFilterData> that is created that contains the specified filter.
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.