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

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

適用対象