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

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

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