IDeploymentService.Execute Method (DeploymentServiceRequest)
Dynamics CRM 2016
Updated: November 29, 2016
Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2016, Dynamics CRM Online
Executes a message in the form of a request, and returns a response.
Assembly: Microsoft.Xrm.Sdk.Deployment (in Microsoft.Xrm.Sdk.Deployment.dll)
[FaultContractAttribute(typeof(DeploymentServiceFault), Action = "http://schemas.microsoft.com/xrm/2011/Contracts/Services/IDeploymentService/ExecuteDeploymentServiceFaultFault", Name = "DeploymentServiceFault", Namespace = "http://schemas.microsoft.com/xrm/2011/Contracts/Deployment")] [OperationContractAttribute(Action = "http://schemas.microsoft.com/xrm/2011/Contracts/Services/IDeploymentService/Execute", ReplyAction = "http://schemas.microsoft.com/xrm/2011/Contracts/Services/IDeploymentService/ExecuteResponse")] DeploymentServiceResponse Execute( DeploymentServiceRequest request )
Parameters
- request
-
Type:
Microsoft.Xrm.Sdk.Deployment.DeploymentServiceRequest
Type: DeploymentServiceRequest. A request instance that defines the action to be performed.
Return Value
Type: Microsoft.Xrm.Sdk.Deployment.DeploymentServiceResponseType: DeploymentServiceResponse
The response from the request. You must cast the return value of this method to the specific instance of the response that corresponds to the Request parameter
Microsoft Dynamics 365
© 2016 Microsoft. All rights reserved. Copyright
Community Additions
ADD
Show: