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

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

Initiates the asynchronous execution of the UpdateProduct operation.
public UpdateProductAsync ( UpdateProductRequest request, System cancellationToken = default(CancellationToken) ) : Task
request UpdateProductRequest Container for the necessary parameters to execute the UpdateProduct operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task
        public Task<UpdateProductResponse> UpdateProductAsync(UpdateProductRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new UpdateProductRequestMarshaller();
            var unmarshaller = UpdateProductResponseUnmarshaller.Instance;

            return InvokeAsync<UpdateProductRequest,UpdateProductResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonServiceCatalogClient