次の方法で共有


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

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

適用対象