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

DescribeVpcClassicLinkAsync() public method

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

            return InvokeAsync<DescribeVpcClassicLinkRequest,DescribeVpcClassicLinkResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonEC2Client