C#C++F#VB
CloudTableClient.::..EndListTablesSegmented Method (IAsyncResult)(IAsyncResult^)(IAsyncResult)(IAsyncResult)
Ends an asynchronous operation to return a result segment of tables.
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
C++
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.