Amazon.CloudSearch.AmazonCloudSearchClient.DescribeScalingParametersAsync C# (CSharp) Method

DescribeScalingParametersAsync() public method

Initiates the asynchronous execution of the DescribeScalingParameters operation.
public DescribeScalingParametersAsync ( Amazon.CloudSearch.Model.DescribeScalingParametersRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.CloudSearch.Model.DescribeScalingParametersRequest Container for the necessary parameters to execute the DescribeScalingParameters operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task
        public Task<DescribeScalingParametersResponse> DescribeScalingParametersAsync(DescribeScalingParametersRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new DescribeScalingParametersRequestMarshaller();
            var unmarshaller = DescribeScalingParametersResponseUnmarshaller.Instance;

            return InvokeAsync<DescribeScalingParametersRequest,DescribeScalingParametersResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }