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

要从集合中移除的备份元素。

适用于