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

集合中的备份终结点。

适用于