FilterTableEntryCollection.Remove(FilterTableEntryElement) Method

Definition

Removes the first occurrence of the specified FilterTableEntryElement from the collection.

public:
 void Remove(System::ServiceModel::Routing::Configuration::FilterTableEntryElement ^ element);
public void Remove (System.ServiceModel.Routing.Configuration.FilterTableEntryElement element);
member this.Remove : System.ServiceModel.Routing.Configuration.FilterTableEntryElement -> unit
Public Sub Remove (element As FilterTableEntryElement)

Parameters

element
FilterTableEntryElement

The filter table entry to remove from the collection.

Applies to