다음을 통해 공유


BackupListCollection.Add(BackupEndpointCollection) 메서드

정의

컬렉션에 새 BackupEndpointCollection를 추가합니다.

public:
 void Add(System::ServiceModel::Routing::Configuration::BackupEndpointCollection ^ element);
public void Add (System.ServiceModel.Routing.Configuration.BackupEndpointCollection element);
member this.Add : System.ServiceModel.Routing.Configuration.BackupEndpointCollection -> unit
Public Sub Add (element As BackupEndpointCollection)

매개 변수

element
BackupEndpointCollection

추가할 백업 엔드포인트입니다.

적용 대상