C#
C++
F#
VB
CloudBlobDirectory.::..ListBlobsSegmentedAsync Method (BlobContinuationToken, CancellationToken)(BlobContinuationToken^, CancellationToken)(BlobContinuationToken, CancellationToken)(BlobContinuationToken, CancellationToken)
Initiates an asynchronous operation to return a result segment containing a collection of blob items in the virtual directory.
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
[DoesServiceRequestAttribute] public virtual Task<BlobResultSegment> ListBlobsSegmentedAsync( BlobContinuationToken currentToken, CancellationToken cancellationToken )
C++
public: [DoesServiceRequestAttribute] virtual Task<BlobResultSegment^>^ ListBlobsSegmentedAsync( BlobContinuationToken^ currentToken, CancellationToken cancellationToken )
[<DoesServiceRequestAttribute>] abstract ListBlobsSegmentedAsync : currentToken:BlobContinuationToken * cancellationToken:CancellationToken -> Task<BlobResultSegment> [<DoesServiceRequestAttribute>] override ListBlobsSegmentedAsync : currentToken:BlobContinuationToken * cancellationToken:CancellationToken -> Task<BlobResultSegment>
<DoesServiceRequestAttribute> Public Overridable Function ListBlobsSegmentedAsync ( currentToken As BlobContinuationToken, cancellationToken As CancellationToken ) As Task(Of BlobResultSegment)
Parameters
- currentToken
-
Type:
Microsoft.WindowsAzure.Storage.Blob.BlobContinuationTokenMicrosoft.WindowsAzure.Storage.Blob::BlobContinuationToken^Microsoft.WindowsAzure.Storage.Blob.BlobContinuationTokenMicrosoft.WindowsAzure.Storage.Blob.BlobContinuationToken
A continuation token returned by a previous listing operation.
- cancellationToken
-
Type:
System.Threading.CancellationTokenSystem.Threading::CancellationTokenSystem.Threading.CancellationTokenSystem.Threading.CancellationToken
A CancellationToken to observe while waiting for a task to complete.
See Also
ListBlobsSegmentedAsync Overload
CloudBlobDirectory Class
Microsoft.WindowsAzure.Storage.Blob Namespace