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
A string representing the remote address.