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
ทํางานร่วมกับเราใน GitHub
แหล่งที่มาสำหรับเนื้อหานี้สามารถพบได้บน GitHub ซึ่งคุณยังสามารถสร้างและตรวจสอบปัญหาและคำขอดึงข้อมูลได้ สำหรับข้อมูลเพิ่มเติม ให้ดูคู่มือผู้สนับสนุนของเรา