Share via


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

服务的完全限定端点地址。

适用于