Amazon.AutoScaling.AmazonAutoScalingClient.DescribeScalingProcessTypesAsync C# (CSharp) Method

DescribeScalingProcessTypesAsync() public method

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

            return InvokeAsync<DescribeScalingProcessTypesRequest,DescribeScalingProcessTypesResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }

Same methods

AmazonAutoScalingClient::DescribeScalingProcessTypesAsync ( System cancellationToken = default(CancellationToken) ) : Task
AmazonAutoScalingClient