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

來自集合的備份端點。

適用於