Amazon.CloudFormation.AmazonCloudFormationClient.EstimateTemplateCostAsync C# (CSharp) Method

EstimateTemplateCostAsync() public method

Initiates the asynchronous execution of the EstimateTemplateCost operation.
public EstimateTemplateCostAsync ( EstimateTemplateCostRequest request, System cancellationToken = default(CancellationToken) ) : Task
request EstimateTemplateCostRequest Container for the necessary parameters to execute the EstimateTemplateCost operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task
        public Task<EstimateTemplateCostResponse> EstimateTemplateCostAsync(EstimateTemplateCostRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new EstimateTemplateCostRequestMarshaller();
            var unmarshaller = EstimateTemplateCostResponseUnmarshaller.Instance;

            return InvokeAsync<EstimateTemplateCostRequest,EstimateTemplateCostResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonCloudFormationClient