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

DescribeDhcpOptionsAsync() public method

Initiates the asynchronous execution of the DescribeDhcpOptions operation.
public DescribeDhcpOptionsAsync ( DescribeDhcpOptionsRequest request, System cancellationToken = default(CancellationToken) ) : Task
request DescribeDhcpOptionsRequest Container for the necessary parameters to execute the DescribeDhcpOptions operation.
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(DescribeDhcpOptionsRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new DescribeDhcpOptionsRequestMarshaller();
            var unmarshaller = DescribeDhcpOptionsResponseUnmarshaller.Instance;

            return InvokeAsync<DescribeDhcpOptionsRequest,DescribeDhcpOptionsResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }

Same methods

AmazonEC2Client::DescribeDhcpOptionsAsync ( System cancellationToken = default(CancellationToken) ) : Task
AmazonEC2Client