다음을 통해 공유


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

컬렉션에 있는 백업 엔드포인트입니다.

적용 대상