C#C++F#VB
CloudFileDirectory.::..EndListFilesAndDirectoriesSegmented Method (IAsyncResult)(IAsyncResult^)(IAsyncResult)(IAsyncResult)
Ends an asynchronous operation to return a result segment containing a collection of file items in the share.
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
public virtual FileResultSegment EndListFilesAndDirectoriesSegmented( IAsyncResult asyncResult )
C++
public: virtual FileResultSegment^ EndListFilesAndDirectoriesSegmented( IAsyncResult^ asyncResult )
abstract EndListFilesAndDirectoriesSegmented : asyncResult:IAsyncResult -> FileResultSegment override EndListFilesAndDirectoriesSegmented : asyncResult:IAsyncResult -> FileResultSegment
Public Overridable Function EndListFilesAndDirectoriesSegmented ( asyncResult As IAsyncResult ) As FileResultSegment
Parameters
- asyncResult
-
Type:
System.IAsyncResultSystem::IAsyncResult^System.IAsyncResultSystem.IAsyncResult
An IAsyncResult that references the pending asynchronous operation.
Return Value
Type: Microsoft.WindowsAzure.Storage.File.FileResultSegmentMicrosoft.WindowsAzure.Storage.File::FileResultSegment^Microsoft.WindowsAzure.Storage.File.FileResultSegmentMicrosoft.WindowsAzure.Storage.File.FileResultSegmentA result segment containing objects that implement IListFileItem.