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

EndProvisionProduct() public method

Finishes the asynchronous execution of the ProvisionProduct operation.
public EndProvisionProduct ( IAsyncResult asyncResult ) : ProvisionProductResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginProvisionProduct.
return ProvisionProductResponse
        public  ProvisionProductResponse EndProvisionProduct(IAsyncResult asyncResult)
        {
            return EndInvoke<ProvisionProductResponse>(asyncResult);
        }
AmazonServiceCatalogClient