DeploymentServiceClient.Delete Method (DeploymentEntityType, EntityInstanceId)
Applies To: Dynamics CRM 2015
Deletes a deployment record.
Namespace: Microsoft.Xrm.Sdk.Deployment
Assembly: Microsoft.Xrm.Sdk.Deployment (in Microsoft.Xrm.Sdk.Deployment.dll)
Syntax
public void Delete(
DeploymentEntityType entityType,
EntityInstanceId id
)
public:
virtual void Delete(
DeploymentEntityType entityType,
EntityInstanceId^ id
) sealed
abstract Delete :
entityType:DeploymentEntityType *
id:EntityInstanceId -> unit
override Delete :
entityType:DeploymentEntityType *
id:EntityInstanceId -> unit
Public Sub Delete (
entityType As DeploymentEntityType,
id As EntityInstanceId
)
Parameters
entityType
Type: Microsoft.Xrm.Sdk.Deployment.DeploymentEntityTypeType: DeploymentEntityType. The type of deployment entity specified by the id parameter.
id
Type: Microsoft.Xrm.Sdk.Deployment.EntityInstanceIdType: EntityInstanceId. The ID of the deployment record to delete.
Implements
IDeploymentService.Delete(DeploymentEntityType, EntityInstanceId)
Remarks
The ID of a deployment record is also referred to as an instance tag.
See Also
Delete
DeleteRequest
DeploymentEntityType
DeploymentServiceClient Class
Microsoft.Xrm.Sdk.Deployment Namespace
Deployment entities and deployment configuration settings
Return to top
© 2016 Microsoft. All rights reserved. Copyright