RoutingSection.CreateFilterTable(String) Método

Definição

Cria uma tabela de filtros usando o nome especificado.Creates a filter table using the specified name.

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.The name of the filter table to create.

Retornos

MessageFilterTable<IEnumerable<ServiceEndpoint>>

Uma tabela de filtros com o nome especificado.A filter table with the specified name.

Comentários

Uma tabela de roteamento com o nome especificado deve existir no arquivo de configuração para o AppDomain atual; caso contrário, InvalidOperationException ocorrerá um.A routing table with the specified name must exist in the configuration file for the current AppDomain; otherwise an InvalidOperationException occurs.

Aplica-se a