Конструктор 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.
См. также