Конструктор 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
)

Параметры