다음을 통해 공유


ServiceClient 생성자 (String, String)

Initializes a new instance of the ServiceClient class that has the specified endpoint configuration name and remote address as a string.

네임스페이스:  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
    The name of the endpoint configuration.
  • remoteAddress
    유형: System.String
    The string representation of the remote address.

참고 항목

참조

ServiceClient 클래스

ServiceClient 오버로드

Microsoft.MasterDataServices 네임스페이스