C# 클래스 Amazon.DynamoDBv2.DocumentModel.DocumentBatchGet

Class for retrieving a batch of Documents from a single DynamoDB table.
파일 보기 프로젝트 열기: aws/aws-sdk-net 1 사용 예제들

공개 메소드들

메소드 설명
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