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

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

Initiates the asynchronous execution of the CreateConstraint operation.
public CreateConstraintAsync ( CreateConstraintRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.ServiceCatalog.Model.CreateConstraintRequest Container for the necessary parameters to execute the CreateConstraint operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task
        public Task<CreateConstraintResponse> CreateConstraintAsync(CreateConstraintRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new CreateConstraintRequestMarshaller();
            var unmarshaller = CreateConstraintResponseUnmarshaller.Instance;

            return InvokeAsync<CreateConstraintRequest,CreateConstraintResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonServiceCatalogClient