DeploymentServiceClient Constructor (String, EndpointAddress)
Applies To: Dynamics CRM 2015
Initializes a new instance of the DeploymentServiceClient class.
Namespace: Microsoft.Xrm.Sdk.Deployment
Assembly: Microsoft.Xrm.Sdk.Deployment (in Microsoft.Xrm.Sdk.Deployment.dll)
Syntax
public DeploymentServiceClient(
string endpointConfigurationName,
EndpointAddress remoteAddress
)
public:
DeploymentServiceClient(
String^ endpointConfigurationName,
EndpointAddress^ remoteAddress
)
new :
endpointConfigurationName:string *
remoteAddress:EndpointAddress -> DeploymentServiceClient
Public Sub New (
endpointConfigurationName As String,
remoteAddress As EndpointAddress
)
Parameters
endpointConfigurationName
Type: System.StringType: String. The name of the endpoint configuration.
remoteAddress
Type: System.ServiceModel.EndpointAddressType: EndpointAddress. The address of the remote endpoint.
See Also
DeploymentServiceClient Overload
DeploymentServiceClient Class
Microsoft.Xrm.Sdk.Deployment Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright