BackupListCollection.Remove(BackupEndpointCollection) メソッド

定義

指定した BackupEndpointCollection の最初の出現箇所をコレクションから削除します。

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

パラメーター

element
BackupEndpointCollection

コレクションからのバックアップ エンドポイント。

適用対象