C# Class Amazon.DynamoDBv2.DocumentModel.Search

Search response object
Datei anzeigen Open project: aws/aws-sdk-net Class Usage Examples

Public Methods

Method 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 method

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.
return void

GetRemainingAsync() public method

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.
return void