Amazon.ServiceCatalog.AmazonServiceCatalogClient.EndUpdateProduct C# (CSharp) 메소드

EndUpdateProduct() 공개 메소드

Finishes the asynchronous execution of the UpdateProduct operation.
public EndUpdateProduct ( IAsyncResult asyncResult ) : UpdateProductResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateProduct.
리턴 UpdateProductResponse
        public  UpdateProductResponse EndUpdateProduct(IAsyncResult asyncResult)
        {
            return EndInvoke<UpdateProductResponse>(asyncResult);
        }
AmazonServiceCatalogClient