Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
Initializes a new instance of the ServiceClient class that has the specified endpoint configuration name and remote address.
Пространство имен: Microsoft.MasterDataServices
Сборка: Microsoft.MasterDataServices (в Microsoft.MasterDataServices.dll)
Синтаксис
'Декларация
Public Sub New ( _
endpointConfigurationName As String, _
remoteAddress As EndpointAddress _
)
'Применение
Dim endpointConfigurationName As String
Dim remoteAddress As EndpointAddress
Dim instance As New ServiceClient(endpointConfigurationName, _
remoteAddress)
public ServiceClient(
string endpointConfigurationName,
EndpointAddress remoteAddress
)
public:
ServiceClient(
String^ endpointConfigurationName,
EndpointAddress^ remoteAddress
)
new :
endpointConfigurationName:string *
remoteAddress:EndpointAddress -> ServiceClient
public function ServiceClient(
endpointConfigurationName : String,
remoteAddress : EndpointAddress
)
Параметры
- endpointConfigurationName
Тип: System.String
The name of the endpoint configuration.
- remoteAddress
Тип: System.ServiceModel.EndpointAddress
The remote address which the service client uses to communicate with Master Data Services.