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

サービスの完全修飾エンドポイント アドレスです。

適用対象