C# Класс Amazon.DynamoDBv2.DataModel.MultiTableBatchGet

Class for retrieving a batch of items from multiple DynamoDB tables, using multiple strongly-typed BatchGet objects
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
ExecuteAsync ( AmazonDynamoDBCallback callback, AsyncOptions asyncOptions = null ) : void

Initiates the asynchronous execution of the Execute operation.

Описание методов

ExecuteAsync() публичный метод

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.
Результат void