DeploymentExtensions.DeleteAndPromoteSolutionAsync 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 Delete and Propmote Request against Dataverse using the Async Pattern.
public static Guid DeleteAndPromoteSolutionAsync (this Microsoft.PowerPlatform.Dataverse.Client.ServiceClient serviceClient, string uniqueName);
static member DeleteAndPromoteSolutionAsync : Microsoft.PowerPlatform.Dataverse.Client.ServiceClient * string -> Guid
<Extension()>
Public Function DeleteAndPromoteSolutionAsync (serviceClient As ServiceClient, uniqueName As String) As Guid
Parameters
- serviceClient
- ServiceClient
ServiceClient
- uniqueName
- String
Unique Name of solution to be upgraded
Returns
Returns the Async Job ID. To find the status of the job, query the AsyncOperation Entity using GetEntityDataByID using the returned value of this method