DeploymentServiceClient Class
Applies To: Dynamics CRM 2015
Implements IDeploymentService interface and provides an authenticated WCF channel to the deployment service..
Namespace: Microsoft.Xrm.Sdk.Deployment
Assembly: Microsoft.Xrm.Sdk.Deployment (in Microsoft.Xrm.Sdk.Deployment.dll)
Inheritance Hierarchy
System.Object
System.ServiceModel.ClientBase<TChannel>
Microsoft.Xrm.Sdk.Deployment.DeploymentServiceClient
Syntax
public class DeploymentServiceClient : ClientBase<IDeploymentService>,
IDeploymentService
public ref class DeploymentServiceClient : ClientBase<IDeploymentService^>,
IDeploymentService
type DeploymentServiceClient =
class
inherit ClientBase<IDeploymentService>
interface IDeploymentService
end
Public Class DeploymentServiceClient
Inherits ClientBase(Of IDeploymentService)
Implements IDeploymentService
Constructors
Name | Description | |
---|---|---|
DeploymentServiceClient() | Initializes a new instance of the DeploymentServiceClient class. |
|
DeploymentServiceClient(Binding, EndpointAddress) | Initializes a new instance of the DeploymentServiceClient class. |
|
DeploymentServiceClient(String) | Initializes a new instance of the DeploymentServiceClient class. |
|
DeploymentServiceClient(String, EndpointAddress) | Initializes a new instance of the DeploymentServiceClient class. |
|
DeploymentServiceClient(String, String) | Initializes a new instance of the DeploymentServiceClient class. |
Properties
Name | Description | |
---|---|---|
Channel | (Inherited from ClientBase<TChannel>.) |
|
ChannelFactory | (Inherited from ClientBase<TChannel>.) |
|
ClientCredentials | (Inherited from ClientBase<TChannel>.) |
|
Endpoint | (Inherited from ClientBase<TChannel>.) |
|
InnerChannel | (Inherited from ClientBase<TChannel>.) |
|
State | (Inherited from ClientBase<TChannel>.) |
Methods
Explicit Interface Implementations
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
IDeploymentService
Microsoft.Xrm.Sdk.Deployment Namespace
Introduction to the deployment web service
Return to top
© 2016 Microsoft. All rights reserved. Copyright