BackupListCollection.Add(BackupEndpointCollection) Method

Definition

Adds a new BackupEndpointCollection to the collection.

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

Parameters

element
BackupEndpointCollection

The backup endpoint to be added.

Applies to