C#C++F#VB
CloudTableClient.::..ListTablesSegmentedAsync Method (String, TableContinuationToken)(String^, TableContinuationToken^)(String, TableContinuationToken)(String, TableContinuationToken)
Initiates an asynchronous operation to return a result segment of tables that start with the specified prefix.
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
[DoesServiceRequestAttribute] public virtual Task<TableResultSegment> ListTablesSegmentedAsync( string prefix, TableContinuationToken currentToken )
C++
public: [DoesServiceRequestAttribute] virtual Task<TableResultSegment^>^ ListTablesSegmentedAsync( String^ prefix, TableContinuationToken^ currentToken )
[<DoesServiceRequestAttribute>] abstract ListTablesSegmentedAsync : prefix:string * currentToken:TableContinuationToken -> Task<TableResultSegment> [<DoesServiceRequestAttribute>] override ListTablesSegmentedAsync : prefix:string * currentToken:TableContinuationToken -> Task<TableResultSegment>
<DoesServiceRequestAttribute> Public Overridable Function ListTablesSegmentedAsync ( prefix As String, currentToken As TableContinuationToken ) As Task(Of TableResultSegment)
Parameters
- prefix
-
Type:
System.StringSystem::String^System.StringSystem.String
A string containing the table name prefix.
- 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