ServiceClient 생성자 (String)
Initializes a new instance of the ServiceClient class with the specified endpoint configuration name.
네임스페이스: Microsoft.MasterDataServices
어셈블리: Microsoft.MasterDataServices(Microsoft.MasterDataServices.dll)
구문
‘선언
Public Sub New ( _
endpointConfigurationName As String _
)
‘사용 방법
Dim endpointConfigurationName As String
Dim instance As New ServiceClient(endpointConfigurationName)
public ServiceClient(
string endpointConfigurationName
)
public:
ServiceClient(
String^ endpointConfigurationName
)
new :
endpointConfigurationName:string -> ServiceClient
public function ServiceClient(
endpointConfigurationName : String
)
매개 변수
- endpointConfigurationName
유형: System.String
The name of the endpoint configuration.