Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

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

Initiates an asynchronous operation to return a result segment of tables that start with the specified prefix.

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

Syntax

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