C# Class Amazon.DynamoDBv2.DataModel.MultiTableBatchWrite

Class for writing/deleting a batch of items in multiple DynamoDB tables, using multiple strongly-typed BatchWrite 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 AsyncOptions An instance of AsyncOptions that specifies how the async method should be executed.
return void