Amazon.DynamoDBv2.AmazonDynamoDBClient.ListTablesAsync C# (CSharp) Method

ListTablesAsync() public method

Initiates the asynchronous execution of the ListTables operation.
public ListTablesAsync ( ListTablesRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.DynamoDBv2.Model.ListTablesRequest Container for the necessary parameters to execute the ListTables operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task
        public Task<ListTablesResponse> ListTablesAsync(ListTablesRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new ListTablesRequestMarshaller();
            var unmarshaller = ListTablesResponseUnmarshaller.Instance;

            return InvokeAsync<ListTablesRequest,ListTablesResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }

Same methods

AmazonDynamoDBClient::ListTablesAsync ( System cancellationToken = default(CancellationToken) ) : Task
AmazonDynamoDBClient::ListTablesAsync ( int limit, System cancellationToken = default(CancellationToken) ) : Task
AmazonDynamoDBClient::ListTablesAsync ( string exclusiveStartTableName, System cancellationToken = default(CancellationToken) ) : Task
AmazonDynamoDBClient::ListTablesAsync ( string exclusiveStartTableName, int limit, System cancellationToken = default(CancellationToken) ) : Task