Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

CloudFileDirectory.ListFilesAndDirectoriesSegmentedAsync Method (FileContinuationToken, CancellationToken) (Microsoft.WindowsAzure.Storage.File)

Returns a task that performs an asynchronous operation to return a result segment containing a collection of file items in the share.

Namespace:   Microsoft.WindowsAzure.Storage.File
Assembly:  Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)

Syntax

 
[DoesServiceRequestAttribute]
public virtual Task<FileResultSegment> ListFilesAndDirectoriesSegmentedAsync(
	FileContinuationToken currentToken,
	CancellationToken cancellationToken
)
 
public:
[DoesServiceRequestAttribute]
virtual Task<FileResultSegment^>^ ListFilesAndDirectoriesSegmentedAsync(
	FileContinuationToken^ currentToken,
	CancellationToken cancellationToken
)
 
[<DoesServiceRequestAttribute>]
abstract ListFilesAndDirectoriesSegmentedAsync : 
        currentToken:FileContinuationToken *
        cancellationToken:CancellationToken -> Task<FileResultSegment>
[<DoesServiceRequestAttribute>]
override ListFilesAndDirectoriesSegmentedAsync : 
        currentToken:FileContinuationToken *
        cancellationToken:CancellationToken -> Task<FileResultSegment>
 
<DoesServiceRequestAttribute>
Public Overridable Function ListFilesAndDirectoriesSegmentedAsync (
	currentToken As FileContinuationToken,
	cancellationToken As CancellationToken
) As Task(Of FileResultSegment)
Return to top