BackupListCollection.Remove(BackupEndpointCollection) Method

Definition

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

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

Parameters

element
BackupEndpointCollection

The backup endpoint from the collection.

Applies to