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

EndUpdateProvisionedProduct() 공개 메소드

Finishes the asynchronous execution of the UpdateProvisionedProduct operation.
public EndUpdateProvisionedProduct ( IAsyncResult asyncResult ) : UpdateProvisionedProductResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateProvisionedProduct.
리턴 UpdateProvisionedProductResponse
        public  UpdateProvisionedProductResponse EndUpdateProvisionedProduct(IAsyncResult asyncResult)
        {
            return EndInvoke<UpdateProvisionedProductResponse>(asyncResult);
        }
AmazonServiceCatalogClient