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

要從集合中移除的備份項目。

適用於