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

Search response object
Показать файл Открыть проект Примеры использования класса

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

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