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

CreateRouteTableAsync() public method

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

            return InvokeAsync<CreateRouteTableRequest,CreateRouteTableResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonEC2Client