Constructeur ServiceClient (String)
Initializes a new instance of the ServiceClient class with the specified endpoint configuration name.
Espace de noms : Microsoft.MasterDataServices
Assembly : Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)
Syntaxe
'Déclaration
Public Sub New ( _
endpointConfigurationName As String _
)
'Utilisation
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
)
Paramètres
- endpointConfigurationName
Type : System.String
The name of the endpoint configuration.