Amazon.EC2.AmazonEC2Client.DescribeDhcpOptionsAsync C# (CSharp) Method

DescribeDhcpOptionsAsync() public method

Describes one or more of your DHCP options sets.

For more information about DHCP options sets, see DHCP Options Sets in the Amazon Virtual Private Cloud User Guide.

public DescribeDhcpOptionsAsync ( System cancellationToken = default(CancellationToken) ) : Task
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task
        public Task<DescribeDhcpOptionsResponse> DescribeDhcpOptionsAsync(System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            return DescribeDhcpOptionsAsync(new DescribeDhcpOptionsRequest(), cancellationToken);
        }

Same methods

AmazonEC2Client::DescribeDhcpOptionsAsync ( DescribeDhcpOptionsRequest request, System cancellationToken = default(CancellationToken) ) : Task
AmazonEC2Client