C#C++F#VB
CloudFileClient.::..EndListSharesSegmented Method (IAsyncResult)(IAsyncResult^)(IAsyncResult)(IAsyncResult)
Ends an asynchronous operation to return a result segment containing a collection of shares.
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
C++
public: virtual ShareResultSegment^ EndListSharesSegmented( IAsyncResult^ asyncResult )
abstract EndListSharesSegmented : asyncResult:IAsyncResult -> ShareResultSegment override EndListSharesSegmented : asyncResult:IAsyncResult -> ShareResultSegment
Public Overridable Function EndListSharesSegmented ( asyncResult As IAsyncResult ) As ShareResultSegment
Parameters
- asyncResult
-
Type:
System.IAsyncResultSystem::IAsyncResult^System.IAsyncResultSystem.IAsyncResult
An IAsyncResult that references the pending asynchronous operation.