共用方式為


AlertManagementClient Constructors

Definition

Initializes a new instance of the AlertManagementClient class.

Overloads

AlertManagementClient()

Initializes a new instance of the AlertManagementClient class.

AlertManagementClient(String)

Initializes a new instance of the AlertManagementClient class using a specified configuration service name for endpoint binding.

AlertManagementClient(Binding, EndpointAddress)

Initializes a new instance of the AlertManagementClient class with the specified endpoint binding and endpoint address of the service.

AlertManagementClient(String, EndpointAddress)

Initializes a new instance of the AlertManagementClient class using a specified configuration service name for endpoint binding and endpoint address to the service.

AlertManagementClient(String, String)

Initializes a new instance of the AlertManagementClient class using a specified configuration service name for endpoint binding and fully-qualified endpoint address of the service.

AlertManagementClient()

Initializes a new instance of the AlertManagementClient class.

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

Applies to

AlertManagementClient(String)

Initializes a new instance of the AlertManagementClient class using a specified configuration service name for endpoint binding.

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

Parameters

endpointConfigurationName
String

The configuration service name for endpoint binding.

Applies to

AlertManagementClient(Binding, EndpointAddress)

Initializes a new instance of the AlertManagementClient class with the specified endpoint binding and endpoint address of the service.

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)

Parameters

binding
Binding

The endpoint binding to the service data source.

remoteAddress
EndpointAddress

The endpoint address to the service.

Applies to

AlertManagementClient(String, EndpointAddress)

Initializes a new instance of the AlertManagementClient class using a specified configuration service name for endpoint binding and endpoint address to the service.

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)

Parameters

endpointConfigurationName
String

The configuration service name for endpoint binding.

remoteAddress
EndpointAddress

The endpoint address to the service.

Applies to

AlertManagementClient(String, String)

Initializes a new instance of the AlertManagementClient class using a specified configuration service name for endpoint binding and fully-qualified endpoint address of the service.

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)

Parameters

endpointConfigurationName
String

The configuration service name for endpoint binding.

remoteAddress
String

The fully-qualified endpoint address of the service.

Applies to