Aracılığıyla paylaş


RoutingSection.CreateFilterTable(String) Yöntem

Tanım

Belirtilen adı kullanarak bir filtre tablosu oluşturur.

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))

Parametreler

name
String

Oluşturulacak filtre tablosunun adı.

Döndürülenler

MessageFilterTable<IEnumerable<ServiceEndpoint>>

Belirtilen ada sahip bir filtre tablosu.

Açıklamalar

Geçerli AppDomain için yapılandırma dosyasında belirtilen ada sahip bir yönlendirme tablosu bulunmalıdır; Aksi takdirde bir InvalidOperationException meydana gelir.

Şunlara uygulanır