CrmServiceClient.DeleteAndPromoteSolutionAsync(String) Method

Definition

Executes a Delete and Propmote Request against CRM using the Async Pattern.

public:
 Guid DeleteAndPromoteSolutionAsync(System::String ^ uniqueName);
public Guid DeleteAndPromoteSolutionAsync (string uniqueName);
member this.DeleteAndPromoteSolutionAsync : string -> Guid
Public Function DeleteAndPromoteSolutionAsync (uniqueName As String) As Guid

Parameters

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

Applies to