BackupEndpointCollection.Add(BackupEndpointElement) 메서드

정의

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

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

매개 변수

element
BackupEndpointElement

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

적용 대상