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

Search response object
파일 보기 프로젝트 열기: aws/aws-sdk-net 1 사용 예제들

공개 메소드들

메소드 설명
GetNextSetAsync ( AmazonDynamoDBCallback callback, AsyncOptions asyncOptions = null ) : void

Initiates the asynchronous execution of the GetNextSet operation.

GetRemainingAsync ( AmazonDynamoDBCallback callback, AsyncOptions asyncOptions = null ) : void

Initiates the asynchronous execution of the GetRemaining operation.

메소드 상세

GetNextSetAsync() 공개 메소드

Initiates the asynchronous execution of the GetNextSet operation.
public GetNextSetAsync ( 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

GetRemainingAsync() 공개 메소드

Initiates the asynchronous execution of the GetRemaining operation.
public GetRemainingAsync ( 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