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

EndTerminateProvisionedProduct() public method

Finishes the asynchronous execution of the TerminateProvisionedProduct operation.
public EndTerminateProvisionedProduct ( IAsyncResult asyncResult ) : TerminateProvisionedProductResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginTerminateProvisionedProduct.
return TerminateProvisionedProductResponse
        public  TerminateProvisionedProductResponse EndTerminateProvisionedProduct(IAsyncResult asyncResult)
        {
            return EndInvoke<TerminateProvisionedProductResponse>(asyncResult);
        }
AmazonServiceCatalogClient