CrmServiceClient.DeleteAndPromoteSolutionAsync(String) 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 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