Compartir a través de


BackupEndpointCollection.Add(BackupEndpointElement) Método

Definición

Agrega un nuevo objeto BackupEndpointElement a la colección.

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

Parámetros

element
BackupEndpointElement

Elemento de punto de conexión de reserva que se va a agregar.

Se aplica a