C#C++F#VB
CloudTableClient.::..ListTablesSegmentedAsync Method (TableContinuationToken)(TableContinuationToken^)(TableContinuationToken)(TableContinuationToken)
Initiates an asynchronous operation to return a result segment of tables.
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
[DoesServiceRequestAttribute] public virtual Task<TableResultSegment> ListTablesSegmentedAsync( TableContinuationToken currentToken )
C++
public: [DoesServiceRequestAttribute] virtual Task<TableResultSegment^>^ ListTablesSegmentedAsync( TableContinuationToken^ currentToken )
[<DoesServiceRequestAttribute>] abstract ListTablesSegmentedAsync : currentToken:TableContinuationToken -> Task<TableResultSegment> [<DoesServiceRequestAttribute>] override ListTablesSegmentedAsync : currentToken:TableContinuationToken -> Task<TableResultSegment>
<DoesServiceRequestAttribute> Public Overridable Function ListTablesSegmentedAsync ( currentToken As TableContinuationToken ) As Task(Of TableResultSegment)
Parameters
- currentToken
-
Type:
Microsoft.WindowsAzure.Storage.Table.TableContinuationTokenMicrosoft.WindowsAzure.Storage.Table::TableContinuationToken^Microsoft.WindowsAzure.Storage.Table.TableContinuationTokenMicrosoft.WindowsAzure.Storage.Table.TableContinuationToken
A TableContinuationToken returned by a previous listing operation.
Return Value
Type: System.Threading.Tasks.Task<TableResultSegment>System.Threading.Tasks::Task<TableResultSegment^>^System.Threading.Tasks.Task<TableResultSegment>System.Threading.Tasks.Task(Of TableResultSegment)A Task<TResult><TResult><'TResult>(Of TResult) object of type TableResultSegment that represents the asynchronous operation.
See Also
ListTablesSegmentedAsync Overload
CloudTableClient Class
Microsoft.WindowsAzure.Storage.Table Namespace