Amazon.ServiceCatalog.AmazonServiceCatalogClient.EndProvisionProduct C# (CSharp) Метод

EndProvisionProduct() публичный Метод

Finishes the asynchronous execution of the ProvisionProduct operation.
public EndProvisionProduct ( IAsyncResult asyncResult ) : ProvisionProductResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginProvisionProduct.
Результат ProvisionProductResponse
        public  ProvisionProductResponse EndProvisionProduct(IAsyncResult asyncResult)
        {
            return EndInvoke<ProvisionProductResponse>(asyncResult);
        }
AmazonServiceCatalogClient