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

UpdateScalingParametersAsync() public method

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

            return InvokeAsync<UpdateScalingParametersRequest,UpdateScalingParametersResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }