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

Полный адрес конечной точки службы.

Применяется к