Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

CloudTableClient.ListTablesSegmentedAsync Method (TableContinuationToken) (Microsoft.WindowsAzure.Storage.Table)

Initiates an asynchronous operation to return a result segment of tables.

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

Syntax

 
[DoesServiceRequestAttribute]
public virtual Task<TableResultSegment> ListTablesSegmentedAsync(
	TableContinuationToken currentToken
)
 
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)
Return to top