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

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

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

            return InvokeAsync<UpdateConstraintRequest,UpdateConstraintResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonServiceCatalogClient