RoutingSection.CreateFilterTable(String) Метод

Определение

Создает таблицу фильтров с использованием указанного имени.

public:
 static System::ServiceModel::Dispatcher::MessageFilterTable<System::Collections::Generic::IEnumerable<System::ServiceModel::Description::ServiceEndpoint ^> ^> ^ CreateFilterTable(System::String ^ name);
public static System.ServiceModel.Dispatcher.MessageFilterTable<System.Collections.Generic.IEnumerable<System.ServiceModel.Description.ServiceEndpoint>> CreateFilterTable (string name);
static member CreateFilterTable : string -> System.ServiceModel.Dispatcher.MessageFilterTable<seq<System.ServiceModel.Description.ServiceEndpoint>>
Public Shared Function CreateFilterTable (name As String) As MessageFilterTable(Of IEnumerable(Of ServiceEndpoint))

Параметры

name
String

Имя создаваемой таблицы фильтров.

Возвращаемое значение

MessageFilterTable<IEnumerable<ServiceEndpoint>>

Таблица фильтров с указанным именем.

Комментарии

В файле конфигурации для текущего AppDomain должна существовать таблица маршрутизации с указанным именем. В противном случае создается исключение InvalidOperationException.

Применяется к