Share via


DeploymentServiceClient Constructor (String, String)

 

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,
    string remoteAddress
)
public:
DeploymentServiceClient(
    String^ endpointConfigurationName,
    String^ remoteAddress
)
new : 
        endpointConfigurationName:string *
        remoteAddress:string -> DeploymentServiceClient
Public Sub New (
    endpointConfigurationName As String,
    remoteAddress As String
)

Parameters

  • endpointConfigurationName
    Type: System.String

    Type: String. The name of the endpoint configuration.

See Also

DeploymentServiceClient Overload
DeploymentServiceClient Class
Microsoft.Xrm.Sdk.Deployment Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright