Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

CloudTableClient.EndListTablesSegmented Method (IAsyncResult) (Microsoft.WindowsAzure.Storage.Table)

Ends 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

 
public virtual TableResultSegment EndListTablesSegmented(
	IAsyncResult asyncResult
)
 
public:
virtual TableResultSegment^ EndListTablesSegmented(
	IAsyncResult^ asyncResult
)
 
abstract EndListTablesSegmented : 
        asyncResult:IAsyncResult -> TableResultSegment
override EndListTablesSegmented : 
        asyncResult:IAsyncResult -> TableResultSegment
 
Public Overridable Function EndListTablesSegmented (
	asyncResult As IAsyncResult
) As TableResultSegment

Parameters

asyncResult
Type: System.IAsyncResultSystem::IAsyncResult^System.IAsyncResultSystem.IAsyncResult

An IAsyncResult that references the pending asynchronous operation.

Return to top