CloudTable.ExecuteQueryForKeyRotationSegmentedAsync Method (TableQuery, TableContinuationToken, CancellationToken)

 

Initiates an asynchronous operation to perform a segmented query on a table.

Namespace:   Microsoft.WindowsAzure.Storage.Table
Assembly:  Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)

Syntax

[DoesServiceRequestAttribute]
public virtual Task<TableQuerySegment<KeyRotationEntity>> ExecuteQueryForKeyRotationSegmentedAsync(
    TableQuery query,
    TableContinuationToken token,
    CancellationToken cancellationToken
)
<DoesServiceRequestAttribute>
Public Overridable Function ExecuteQueryForKeyRotationSegmentedAsync (
    query As TableQuery,
    token As TableContinuationToken,
    cancellationToken As CancellationToken
) As Task(Of TableQuerySegment(Of KeyRotationEntity))

Parameters

Return Value

Type: System.Threading.Tasks.Task<TableQuerySegment<KeyRotationEntity>>

A Task<TResult> object of type TableQuerySegment<TElement> that represents the asynchronous operation.

See Also

ExecuteQueryForKeyRotationSegmentedAsync Overload
CloudTable Class
Microsoft.WindowsAzure.Storage.Table Namespace

Return to top