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
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.