BackupListCollection.Add(BackupEndpointCollection) 方法

定义

将新 BackupEndpointCollection 添加到集合中。

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)

参数

element
BackupEndpointCollection

要添加的备份终结点。

适用于