DeploymentServiceClient Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Implements IDeploymentService interface and provides an authenticated WCF channel to the deployment service..
public ref class DeploymentServiceClient : System::ServiceModel::ClientBase<Microsoft::Xrm::Sdk::Deployment::IDeploymentService ^>, Microsoft::Xrm::Sdk::Deployment::IDeploymentService
[System.CodeDom.Compiler.GeneratedCode("System.ServiceModel", "4.0.0.0")]
[System.Diagnostics.DebuggerStepThrough]
public class DeploymentServiceClient : System.ServiceModel.ClientBase<Microsoft.Xrm.Sdk.Deployment.IDeploymentService>, Microsoft.Xrm.Sdk.Deployment.IDeploymentService
[<System.CodeDom.Compiler.GeneratedCode("System.ServiceModel", "4.0.0.0")>]
[<System.Diagnostics.DebuggerStepThrough>]
type DeploymentServiceClient = class
inherit ClientBase<IDeploymentService>
interface IDeploymentService
Public Class DeploymentServiceClient
Inherits ClientBase(Of IDeploymentService)
Implements IDeploymentService
- Inheritance
-
DeploymentServiceClient
- Attributes
- Implements
Constructors
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. |
Methods
Delete(DeploymentEntityType, EntityInstanceId) |
Deletes a deployment record. |
Execute(DeploymentServiceRequest) |
Executes a deployment service message in the form of a request, and returns a response. |
Retrieve(DeploymentEntityType, EntityInstanceId) |
Retrieves a deployment record. |
RetrieveAll(DeploymentEntityType) |
Retrieves all deployment records for the specified deployment entity type. |
Update(DeploymentObject) |
Updates a deployment record. |