Amazon.ElasticBeanstalk.AmazonElasticBeanstalkClient.DescribeConfigurationOptionsAsync C# (CSharp) Method

DescribeConfigurationOptionsAsync() public method

Initiates the asynchronous execution of the DescribeConfigurationOptions operation.
public DescribeConfigurationOptionsAsync ( DescribeConfigurationOptionsRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.ElasticBeanstalk.Model.DescribeConfigurationOptionsRequest Container for the necessary parameters to execute the DescribeConfigurationOptions operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task
        public Task<DescribeConfigurationOptionsResponse> DescribeConfigurationOptionsAsync(DescribeConfigurationOptionsRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new DescribeConfigurationOptionsRequestMarshaller();
            var unmarshaller = DescribeConfigurationOptionsResponseUnmarshaller.Instance;

            return InvokeAsync<DescribeConfigurationOptionsRequest,DescribeConfigurationOptionsResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }

Same methods

AmazonElasticBeanstalkClient::DescribeConfigurationOptionsAsync ( System cancellationToken = default(CancellationToken) ) : Task
AmazonElasticBeanstalkClient