RoutingSection.CreateFilterTable(String) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Cria uma tabela de filtros usando o nome especificado.
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))
Parâmetros
- name
- String
Obtém o nome da tabela de filtros a ser criada.
Retornos
Uma tabela de filtros com o nome especificado.
Comentários
Uma tabela de roteamento com o nome especificado deve existir no arquivo de configuração para o AppDomain atual; caso InvalidOperationException contrário, ocorrerá um.