다음을 통해 공유


AlertManagementClient 생성자

정의

AlertManagementClient 클래스의 새 인스턴스를 초기화합니다.

오버로드

AlertManagementClient()

AlertManagementClient 클래스의 새 인스턴스를 초기화합니다.

AlertManagementClient(String)

엔드포인트 바인딩의 지정한 구성 서비스 이름을 사용하여 AlertManagementClient 클래스의 새 인스턴스를 초기화합니다.

AlertManagementClient(Binding, EndpointAddress)

서비스의 지정한 엔드포인트 바인딩 및 엔드포인트 주소를 사용하여 AlertManagementClient 클래스의 새 인스턴스를 초기화합니다.

AlertManagementClient(String, EndpointAddress)

서비스의 엔드포인트 바인딩 및 엔드포인트 주소에 대한 지정한 구성 서비스 이름을 사용하여 AlertManagementClient 클래스의 새 인스턴스를 초기화합니다.

AlertManagementClient(String, String)

서비스의 엔드포인트 바인딩 및 정규화된 엔드포인트 주소에 대한 지정한 구성 서비스 이름을 사용하여 AlertManagementClient 클래스의 새 인스턴스를 초기화합니다.

AlertManagementClient()

AlertManagementClient 클래스의 새 인스턴스를 초기화합니다.

public:
 AlertManagementClient();
public AlertManagementClient ();
Public Sub New ()

적용 대상

AlertManagementClient(String)

엔드포인트 바인딩의 지정한 구성 서비스 이름을 사용하여 AlertManagementClient 클래스의 새 인스턴스를 초기화합니다.

public:
 AlertManagementClient(System::String ^ endpointConfigurationName);
public AlertManagementClient (string endpointConfigurationName);
new AlertingWcfProxy.AlertManagementClient : string -> AlertingWcfProxy.AlertManagementClient
Public Sub New (endpointConfigurationName As String)

매개 변수

endpointConfigurationName
String

엔드포인트 바인딩의 구성 서비스 이름입니다.

적용 대상

AlertManagementClient(Binding, EndpointAddress)

서비스의 지정한 엔드포인트 바인딩 및 엔드포인트 주소를 사용하여 AlertManagementClient 클래스의 새 인스턴스를 초기화합니다.

public:
 AlertManagementClient(System::ServiceModel::Channels::Binding ^ binding, System::ServiceModel::EndpointAddress ^ remoteAddress);
public AlertManagementClient (System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress);
new AlertingWcfProxy.AlertManagementClient : System.ServiceModel.Channels.Binding * System.ServiceModel.EndpointAddress -> AlertingWcfProxy.AlertManagementClient
Public Sub New (binding As Binding, remoteAddress As EndpointAddress)

매개 변수

binding
Binding

서비스 데이터 원본에 대한 엔드포인트 바인딩입니다.

remoteAddress
EndpointAddress

서비스의 엔드포인트 주소입니다.

적용 대상

AlertManagementClient(String, EndpointAddress)

서비스의 엔드포인트 바인딩 및 엔드포인트 주소에 대한 지정한 구성 서비스 이름을 사용하여 AlertManagementClient 클래스의 새 인스턴스를 초기화합니다.

public:
 AlertManagementClient(System::String ^ endpointConfigurationName, System::ServiceModel::EndpointAddress ^ remoteAddress);
public AlertManagementClient (string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress);
new AlertingWcfProxy.AlertManagementClient : string * System.ServiceModel.EndpointAddress -> AlertingWcfProxy.AlertManagementClient
Public Sub New (endpointConfigurationName As String, remoteAddress As EndpointAddress)

매개 변수

endpointConfigurationName
String

엔드포인트 바인딩의 구성 서비스 이름입니다.

remoteAddress
EndpointAddress

서비스의 엔드포인트 주소입니다.

적용 대상

AlertManagementClient(String, String)

서비스의 엔드포인트 바인딩 및 정규화된 엔드포인트 주소에 대한 지정한 구성 서비스 이름을 사용하여 AlertManagementClient 클래스의 새 인스턴스를 초기화합니다.

public:
 AlertManagementClient(System::String ^ endpointConfigurationName, System::String ^ remoteAddress);
public AlertManagementClient (string endpointConfigurationName, string remoteAddress);
new AlertingWcfProxy.AlertManagementClient : string * string -> AlertingWcfProxy.AlertManagementClient
Public Sub New (endpointConfigurationName As String, remoteAddress As String)

매개 변수

endpointConfigurationName
String

엔드포인트 바인딩의 구성 서비스 이름입니다.

remoteAddress
String

서비스의 정규화된 엔드포인트 주소입니다.

적용 대상