DeploymentServiceClient Members

Implements IDeploymentService interface and provides an authenticated WCF channel to the deployment service..

The following tables list the members exposed by the DeploymentServiceClient type.

Public Constructors

  Name Description
  DeploymentServiceClient Overloaded. Initializes a new instance of the DeploymentServiceClient class.

Top

Public Properties

(see also Protected Properties)

  Name Description
public property ChannelFactory  (inherited from ClientBase)
public property ClientCredentials  (inherited from ClientBase)
public property Endpoint  (inherited from ClientBase)
public property InnerChannel  (inherited from ClientBase)
public property State  (inherited from ClientBase)

Top

Protected Properties

  Name Description
protected property Channel  (inherited from ClientBase)

Top

Public Methods

(see also Protected Methods)

  Name Description
public method Abort  (inherited from ClientBase)
public method Close  (inherited from ClientBase)
public method Delete Deletes a deployment record.
public method DisplayInitializationUI  (inherited from ClientBase)
public method Equals  (inherited from Object)
public method Execute Executes a deployment service message in the form of a request, and returns a response.
public method GetHashCode  (inherited from Object)
public method GetType  (inherited from Object)
public method Open  (inherited from ClientBase)
public method Retrieve Retrieves a deployment record.
public method RetrieveAll Retrieves all deployment records for the specified deployment entity type.
public method ToString  (inherited from Object)
public method Update Updates a deployment record.

Top

Protected Methods

  Name Description
protected method CreateChannel  (inherited from ClientBase)
protected method Finalize  (inherited from Object)
protected method GetDefaultValueForInitialization  (inherited from ClientBase)
protected method InvokeAsync  (inherited from ClientBase)
protected method MemberwiseClone  (inherited from Object)

Top

Explicit Interface Implementations

  Name Description
  Dispose  (inherited from ClientBase)
  BeginClose  (inherited from ClientBase)
  BeginClose  (inherited from ClientBase)
  BeginOpen  (inherited from ClientBase)
  BeginOpen  (inherited from ClientBase)
  Close  (inherited from ClientBase)
  EndClose  (inherited from ClientBase)
  EndOpen  (inherited from ClientBase)
  Open  (inherited from ClientBase)
  Closed  (inherited from ClientBase)
  Closing  (inherited from ClientBase)
  Faulted  (inherited from ClientBase)
  Opened  (inherited from ClientBase)
  Opening  (inherited from ClientBase)

Top

See Also

Reference

DeploymentServiceClient Class
Microsoft.Xrm.Sdk.Deployment Namespace
IDeploymentService

Other Resources

Introduction to the Deployment Web Service

Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.