Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Initializes a new instance of the ServiceClient class that has the specified endpoint configuration name and remote address as a string.
Espace de noms : Microsoft.MasterDataServices
Assembly : Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)
Syntaxe
'Déclaration
Public Sub New ( _
endpointConfigurationName As String, _
remoteAddress As String _
)
'Utilisation
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
)
Paramètres
- endpointConfigurationName
Type : System.String
The name of the endpoint configuration.
- remoteAddress
Type : System.String
The string representation of the remote address.