DeploymentServiceClient.Execute(DeploymentServiceRequest) Method
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.
Executes a deployment service message in the form of a request, and returns a response.
public:
virtual Microsoft::Xrm::Sdk::Deployment::DeploymentServiceResponse ^ Execute(Microsoft::Xrm::Sdk::Deployment::DeploymentServiceRequest ^ request);
public Microsoft.Xrm.Sdk.Deployment.DeploymentServiceResponse Execute (Microsoft.Xrm.Sdk.Deployment.DeploymentServiceRequest request);
abstract member Execute : Microsoft.Xrm.Sdk.Deployment.DeploymentServiceRequest -> Microsoft.Xrm.Sdk.Deployment.DeploymentServiceResponse
override this.Execute : Microsoft.Xrm.Sdk.Deployment.DeploymentServiceRequest -> Microsoft.Xrm.Sdk.Deployment.DeploymentServiceResponse
Public Function Execute (request As DeploymentServiceRequest) As DeploymentServiceResponse
Parameters
- request
- DeploymentServiceRequest
A request instance that defines the action to be performed.
Returns
The response from the request.