C# Класс Amazon.DynamoDBv2.DocumentModel.MultiTableDocumentBatchGet

Class for retrieving a batch of Documents from multiple DynamoDB tables.
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
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