C# Class Amazon.DynamoDBv2.DataModel.MultiTableBatchGet

Class for retrieving a batch of items from multiple DynamoDB tables, using multiple strongly-typed BatchGet objects
Show file Open project: aws/aws-sdk-net Class Usage Examples

Public Methods

Method Description
ExecuteAsync ( AmazonDynamoDBCallback callback, AsyncOptions asyncOptions = null ) : void

Initiates the asynchronous execution of the Execute operation.

Method Details

ExecuteAsync() public method

Initiates the asynchronous execution of the Execute operation.
public ExecuteAsync ( AmazonDynamoDBCallback callback, AsyncOptions asyncOptions = null ) : void
callback AmazonDynamoDBCallback The callback that will be invoked when the asynchronous operation completes.
asyncOptions Amazon.Runtime.AsyncOptions An instance of AsyncOptions that specifies how the async method should be executed.
return void