DeploymentServiceClient Class

 

Updated: November 29, 2016

Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2016, Dynamics CRM Online

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)

System.Object
  System.ServiceModel.ClientBase<TChannel>
    Microsoft.Xrm.Sdk.Deployment.DeploymentServiceClient

public class DeploymentServiceClient : ClientBase<IDeploymentService>, 
	IDeploymentService

NameDescription
System_CAPS_pubmethodDeploymentServiceClient()

Initializes a new instance of the DeploymentServiceClient class.

System_CAPS_pubmethodDeploymentServiceClient(Binding, EndpointAddress)

Initializes a new instance of the DeploymentServiceClient class.

System_CAPS_pubmethodDeploymentServiceClient(String)

Initializes a new instance of the DeploymentServiceClient class.

System_CAPS_pubmethodDeploymentServiceClient(String, EndpointAddress)

Initializes a new instance of the DeploymentServiceClient class.

System_CAPS_pubmethodDeploymentServiceClient(String, String)

Initializes a new instance of the DeploymentServiceClient class.

NameDescription
System_CAPS_pubmethodAbort()

(Inherited from ClientBase<TChannel>.)

System_CAPS_pubmethodClose()

(Inherited from ClientBase<TChannel>.)

System_CAPS_protmethodCreateChannel()

(Inherited from ClientBase<TChannel>.)

System_CAPS_pubmethodDelete(DeploymentEntityType, EntityInstanceId)

Deletes a deployment record.

System_CAPS_pubmethodDisplayInitializationUI()

(Inherited from ClientBase<TChannel>.)

System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_pubmethodExecute(DeploymentServiceRequest)

Executes a deployment service message in the form of a request, and returns a response.

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_protmethodGetDefaultValueForInitialization<T>()

(Inherited from ClientBase<TChannel>.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodInvokeAsync(ClientBase<TChannel>.BeginOperationDelegate, Object[], ClientBase<TChannel>.EndOperationDelegate, SendOrPostCallback, Object)

(Inherited from ClientBase<TChannel>.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodOpen()

(Inherited from ClientBase<TChannel>.)

System_CAPS_pubmethodRetrieve(DeploymentEntityType, EntityInstanceId)

Retrieves a deployment record.

System_CAPS_pubmethodRetrieveAll(DeploymentEntityType)

Retrieves all deployment records for the specified deployment entity type.

System_CAPS_pubmethodToString()

(Inherited from Object.)

System_CAPS_pubmethodUpdate(DeploymentObject)

Updates a deployment record.

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top

Microsoft Dynamics 365

© 2016 Microsoft. All rights reserved. Copyright

Community Additions

ADD
Show: