C#
C++
F#
VB
CloudBlobClient.::..ListBlobsSegmentedAsync Method (String, BlobContinuationToken, CancellationToken)(String^, BlobContinuationToken^, CancellationToken)(String, BlobContinuationToken, CancellationToken)(String, BlobContinuationToken, CancellationToken)
Initiates an asynchronous operation to return a result segment containing a collection of blob items in the container.
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
[DoesServiceRequestAttribute] public virtual Task<BlobResultSegment> ListBlobsSegmentedAsync( string prefix, BlobContinuationToken currentToken, CancellationToken cancellationToken )
C++
public: [DoesServiceRequestAttribute] virtual Task<BlobResultSegment^>^ ListBlobsSegmentedAsync( String^ prefix, BlobContinuationToken^ currentToken, CancellationToken cancellationToken )
[<DoesServiceRequestAttribute>] abstract ListBlobsSegmentedAsync : prefix:string * currentToken:BlobContinuationToken * cancellationToken:CancellationToken -> Task<BlobResultSegment> [<DoesServiceRequestAttribute>] override ListBlobsSegmentedAsync : prefix:string * currentToken:BlobContinuationToken * cancellationToken:CancellationToken -> Task<BlobResultSegment>
<DoesServiceRequestAttribute> Public Overridable Function ListBlobsSegmentedAsync ( prefix As String, currentToken As BlobContinuationToken, cancellationToken As CancellationToken ) As Task(Of BlobResultSegment)
Parameters
- prefix
-
Type:
System.StringSystem::String^System.StringSystem.String
A string containing the blob name prefix.
- currentToken
-
Type:
Microsoft.WindowsAzure.Storage.Blob.BlobContinuationTokenMicrosoft.WindowsAzure.Storage.Blob::BlobContinuationToken^Microsoft.WindowsAzure.Storage.Blob.BlobContinuationTokenMicrosoft.WindowsAzure.Storage.Blob.BlobContinuationToken
A BlobContinuationToken object 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.
Return Value
Type: System.Threading.Tasks.Task<BlobResultSegment>System.Threading.Tasks::Task<BlobResultSegment^>^System.Threading.Tasks.Task<BlobResultSegment>System.Threading.Tasks.Task(Of BlobResultSegment)A Task<TResult><TResult><'TResult>(Of TResult) object of type BlobResultSegment that represents the asynchronous operation.
See Also
ListBlobsSegmentedAsync Overload
CloudBlobClient Class
Microsoft.WindowsAzure.Storage.Blob Namespace