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

要加入的備份端點。

適用於