C# Class Amazon.DynamoDBv2.DocumentModel.Search

Search response object
Afficher le fichier Open project: aws/aws-sdk-net Class Usage Examples

Méthodes publiques

Méthode Description
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.

Method Details

GetNextSetAsync() public méthode

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.
Résultat void

GetRemainingAsync() public méthode

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.
Résultat void