Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

CloudTableClient.BeginListTablesSegmented Method (TableContinuationToken, AsyncCallback, Object) (Microsoft.WindowsAzure.Storage.Table)

Begins 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 ICancellableAsyncResult BeginListTablesSegmented(
	TableContinuationToken currentToken,
	AsyncCallback callback,
	object state
)
 
public:
[DoesServiceRequestAttribute]
virtual ICancellableAsyncResult^ BeginListTablesSegmented(
	TableContinuationToken^ currentToken,
	AsyncCallback^ callback,
	Object^ state
)
 
[<DoesServiceRequestAttribute>]
abstract BeginListTablesSegmented : 
        currentToken:TableContinuationToken *
        callback:AsyncCallback *
        state:Object -> ICancellableAsyncResult
[<DoesServiceRequestAttribute>]
override BeginListTablesSegmented : 
        currentToken:TableContinuationToken *
        callback:AsyncCallback *
        state:Object -> ICancellableAsyncResult
 
<DoesServiceRequestAttribute>
Public Overridable Function BeginListTablesSegmented (
	currentToken As TableContinuationToken,
	callback As AsyncCallback,
	state As Object
) As ICancellableAsyncResult
Return to top