ServiceClient コンストラクター (String, String)

指定されたエンドポイント構成名と文字列で表したリモート アドレスを持つ ServiceClient クラスの新しいインスタンスを初期化します。

名前空間:  Microsoft.MasterDataServices
アセンブリ:  Microsoft.MasterDataServices (Microsoft.MasterDataServices.dll)

構文

'宣言
Public Sub New ( _
    endpointConfigurationName As String, _
    remoteAddress As String _
)
'使用
Dim endpointConfigurationName As String
Dim remoteAddress As String

Dim instance As New ServiceClient(endpointConfigurationName, _
    remoteAddress)
public ServiceClient(
    string endpointConfigurationName,
    string remoteAddress
)
public:
ServiceClient(
    String^ endpointConfigurationName, 
    String^ remoteAddress
)
new : 
        endpointConfigurationName:string * 
        remoteAddress:string -> ServiceClient
public function ServiceClient(
    endpointConfigurationName : String, 
    remoteAddress : String
)

パラメーター

  • endpointConfigurationName
    型: System.String
    エンドポイント構成の名前。
  • remoteAddress
    型: System.String
    リモート アドレスの文字列表現です。

関連項目

参照

ServiceClient クラス

ServiceClient オーバーロード

Microsoft.MasterDataServices 名前空間