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

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

適用対象