BackupEndpointCollection.Remove(BackupEndpointElement) メソッド

定義

コレクション内で最初に出現する BackupEndpointElement を削除します。

public:
 void Remove(System::ServiceModel::Routing::Configuration::BackupEndpointElement ^ element);
public void Remove (System.ServiceModel.Routing.Configuration.BackupEndpointElement element);
member this.Remove : System.ServiceModel.Routing.Configuration.BackupEndpointElement -> unit
Public Sub Remove (element As BackupEndpointElement)

パラメーター

element
BackupEndpointElement

コレクションから削除するバックアップ要素。

適用対象