BackupEndpointCollection.Add(BackupEndpointElement) 方法

定义

将新 BackupEndpointElement 添加到集合中。

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)

参数

element
BackupEndpointElement

要添加的备份终结点元素。

适用于