RoutingSection::CreateFilterTable Method (String^)
.NET Framework (current version)
Creates a filter table using the specified name.
Assembly: System.ServiceModel.Routing (in System.ServiceModel.Routing.dll)
public: static MessageFilterTable<IEnumerable<ServiceEndpoint^>^>^ CreateFilterTable( String^ name )
Parameters
- name
-
Type:
System::String^
The name of the filter table to create.
Return Value
Type: System.ServiceModel.Dispatcher::MessageFilterTable<IEnumerable<ServiceEndpoint^>^>^A filter table with the specified name.
A routing table with the specified name must exist in the configuration file for the current AppDomain; otherwise an InvalidOperationException occurs.
.NET Framework
Available since 4.0
Available since 4.0
Show: