Share via


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

追加されるバックアップ エンドポイント。

適用対象