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