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

要加入的備份端點項目。

適用於