Amazon.ServiceCatalog.AmazonServiceCatalogClient.EndUpdateProvisioningArtifact C# (CSharp) Method

EndUpdateProvisioningArtifact() public method

Finishes the asynchronous execution of the UpdateProvisioningArtifact operation.
public EndUpdateProvisioningArtifact ( IAsyncResult asyncResult ) : UpdateProvisioningArtifactResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateProvisioningArtifact.
return UpdateProvisioningArtifactResponse
        public  UpdateProvisioningArtifactResponse EndUpdateProvisioningArtifact(IAsyncResult asyncResult)
        {
            return EndInvoke<UpdateProvisioningArtifactResponse>(asyncResult);
        }
AmazonServiceCatalogClient