CloudQueueClient.ListQueuesSegmentedAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ListQueuesSegmentedAsync(String, QueueListingDetails, Nullable<Int32>, QueueContinuationToken, QueueRequestOptions, OperationContext, CancellationToken) |
Initiates an asynchronous operation to return a result segment containing a collection of queues. |
ListQueuesSegmentedAsync(String, QueueListingDetails, Nullable<Int32>, QueueContinuationToken, QueueRequestOptions, OperationContext) |
Initiates an asynchronous operation to return a result segment containing a collection of queues. |
ListQueuesSegmentedAsync(String, QueueContinuationToken, CancellationToken) |
Initiates an asynchronous operation to return a result segment containing a collection of queues. |
ListQueuesSegmentedAsync(QueueContinuationToken) |
Initiates an asynchronous operation to return a result segment containing a collection of queues. |
ListQueuesSegmentedAsync(QueueContinuationToken, CancellationToken) |
Initiates an asynchronous operation to return a result segment containing a collection of queues. |
ListQueuesSegmentedAsync(String, QueueContinuationToken) |
Initiates an asynchronous operation to return a result segment containing a collection of queues. |
ListQueuesSegmentedAsync(String, QueueListingDetails, Nullable<Int32>, QueueContinuationToken, QueueRequestOptions, OperationContext, CancellationToken)
Initiates an asynchronous operation to return a result segment containing a collection of queues.
[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task<Microsoft.Azure.Storage.Queue.QueueResultSegment> ListQueuesSegmentedAsync (string prefix, Microsoft.Azure.Storage.Queue.Protocol.QueueListingDetails queueListingDetails, int? maxResults, Microsoft.Azure.Storage.Queue.QueueContinuationToken currentToken, Microsoft.Azure.Storage.Queue.QueueRequestOptions options, Microsoft.Azure.Storage.OperationContext operationContext, System.Threading.CancellationToken cancellationToken);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member ListQueuesSegmentedAsync : string * Microsoft.Azure.Storage.Queue.Protocol.QueueListingDetails * Nullable<int> * Microsoft.Azure.Storage.Queue.QueueContinuationToken * Microsoft.Azure.Storage.Queue.QueueRequestOptions * Microsoft.Azure.Storage.OperationContext * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Storage.Queue.QueueResultSegment>
override this.ListQueuesSegmentedAsync : string * Microsoft.Azure.Storage.Queue.Protocol.QueueListingDetails * Nullable<int> * Microsoft.Azure.Storage.Queue.QueueContinuationToken * Microsoft.Azure.Storage.Queue.QueueRequestOptions * Microsoft.Azure.Storage.OperationContext * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Storage.Queue.QueueResultSegment>
Public Overridable Function ListQueuesSegmentedAsync (prefix As String, queueListingDetails As QueueListingDetails, maxResults As Nullable(Of Integer), currentToken As QueueContinuationToken, options As QueueRequestOptions, operationContext As OperationContext, cancellationToken As CancellationToken) As Task(Of QueueResultSegment)
Parameters
- prefix
- String
A string containing the queue name prefix.
- queueListingDetails
- QueueListingDetails
A QueueListingDetails enumeration describing which items to include in the listing.
A non-negative integer value that indicates the maximum number of results to be returned at a time, up to the per-operation limit of 5000. If this value is null, the maximum possible number of results will be returned, up to 5000.
- currentToken
- QueueContinuationToken
A QueueContinuationToken returned by a previous listing operation.
- options
- QueueRequestOptions
A QueueRequestOptions object that specifies additional options for the request.
- operationContext
- OperationContext
An OperationContext object that represents the context for the current operation.
- cancellationToken
- CancellationToken
A CancellationToken to observe while waiting for a task to complete.
Returns
A Task<TResult> object of type QueueResultSegment that represents the asynchronous operation.
- Attributes
Applies to
ListQueuesSegmentedAsync(String, QueueListingDetails, Nullable<Int32>, QueueContinuationToken, QueueRequestOptions, OperationContext)
Initiates an asynchronous operation to return a result segment containing a collection of queues.
[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task<Microsoft.Azure.Storage.Queue.QueueResultSegment> ListQueuesSegmentedAsync (string prefix, Microsoft.Azure.Storage.Queue.Protocol.QueueListingDetails queueListingDetails, int? maxResults, Microsoft.Azure.Storage.Queue.QueueContinuationToken currentToken, Microsoft.Azure.Storage.Queue.QueueRequestOptions options, Microsoft.Azure.Storage.OperationContext operationContext);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member ListQueuesSegmentedAsync : string * Microsoft.Azure.Storage.Queue.Protocol.QueueListingDetails * Nullable<int> * Microsoft.Azure.Storage.Queue.QueueContinuationToken * Microsoft.Azure.Storage.Queue.QueueRequestOptions * Microsoft.Azure.Storage.OperationContext -> System.Threading.Tasks.Task<Microsoft.Azure.Storage.Queue.QueueResultSegment>
override this.ListQueuesSegmentedAsync : string * Microsoft.Azure.Storage.Queue.Protocol.QueueListingDetails * Nullable<int> * Microsoft.Azure.Storage.Queue.QueueContinuationToken * Microsoft.Azure.Storage.Queue.QueueRequestOptions * Microsoft.Azure.Storage.OperationContext -> System.Threading.Tasks.Task<Microsoft.Azure.Storage.Queue.QueueResultSegment>
Public Overridable Function ListQueuesSegmentedAsync (prefix As String, queueListingDetails As QueueListingDetails, maxResults As Nullable(Of Integer), currentToken As QueueContinuationToken, options As QueueRequestOptions, operationContext As OperationContext) As Task(Of QueueResultSegment)
Parameters
- prefix
- String
A string containing the queue name prefix.
- queueListingDetails
- QueueListingDetails
A QueueListingDetails enumeration describing which items to include in the listing.
A non-negative integer value that indicates the maximum number of results to be returned at a time, up to the
per-operation limit of 5000. If this value is null
, the maximum possible number of results will be returned, up to 5000.
- currentToken
- QueueContinuationToken
A QueueContinuationToken returned by a previous listing operation.
- options
- QueueRequestOptions
A QueueRequestOptions object that specifies additional options for the request.
- operationContext
- OperationContext
An OperationContext object that represents the context for the current operation.
Returns
A Task<TResult> object of type QueueResultSegment that represents the asynchronous operation.
- Attributes
Applies to
ListQueuesSegmentedAsync(String, QueueContinuationToken, CancellationToken)
Initiates an asynchronous operation to return a result segment containing a collection of queues.
[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task<Microsoft.Azure.Storage.Queue.QueueResultSegment> ListQueuesSegmentedAsync (string prefix, Microsoft.Azure.Storage.Queue.QueueContinuationToken currentToken, System.Threading.CancellationToken cancellationToken);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member ListQueuesSegmentedAsync : string * Microsoft.Azure.Storage.Queue.QueueContinuationToken * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Storage.Queue.QueueResultSegment>
override this.ListQueuesSegmentedAsync : string * Microsoft.Azure.Storage.Queue.QueueContinuationToken * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Storage.Queue.QueueResultSegment>
Public Overridable Function ListQueuesSegmentedAsync (prefix As String, currentToken As QueueContinuationToken, cancellationToken As CancellationToken) As Task(Of QueueResultSegment)
Parameters
- prefix
- String
A string containing the queue name prefix.
- currentToken
- QueueContinuationToken
A QueueContinuationToken returned by a previous listing operation.
- cancellationToken
- CancellationToken
A CancellationToken to observe while waiting for a task to complete.
Returns
A Task<TResult> object of type QueueResultSegment that represents the asynchronous operation.
- Attributes
Applies to
ListQueuesSegmentedAsync(QueueContinuationToken)
Initiates an asynchronous operation to return a result segment containing a collection of queues.
[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task<Microsoft.Azure.Storage.Queue.QueueResultSegment> ListQueuesSegmentedAsync (Microsoft.Azure.Storage.Queue.QueueContinuationToken currentToken);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member ListQueuesSegmentedAsync : Microsoft.Azure.Storage.Queue.QueueContinuationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Storage.Queue.QueueResultSegment>
override this.ListQueuesSegmentedAsync : Microsoft.Azure.Storage.Queue.QueueContinuationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Storage.Queue.QueueResultSegment>
Public Overridable Function ListQueuesSegmentedAsync (currentToken As QueueContinuationToken) As Task(Of QueueResultSegment)
Parameters
- currentToken
- QueueContinuationToken
A QueueContinuationToken returned by a previous listing operation.
Returns
A Task<TResult> object of type QueueResultSegment that represents the asynchronous operation.
- Attributes
Applies to
ListQueuesSegmentedAsync(QueueContinuationToken, CancellationToken)
Initiates an asynchronous operation to return a result segment containing a collection of queues.
[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task<Microsoft.Azure.Storage.Queue.QueueResultSegment> ListQueuesSegmentedAsync (Microsoft.Azure.Storage.Queue.QueueContinuationToken currentToken, System.Threading.CancellationToken cancellationToken);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member ListQueuesSegmentedAsync : Microsoft.Azure.Storage.Queue.QueueContinuationToken * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Storage.Queue.QueueResultSegment>
override this.ListQueuesSegmentedAsync : Microsoft.Azure.Storage.Queue.QueueContinuationToken * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Storage.Queue.QueueResultSegment>
Public Overridable Function ListQueuesSegmentedAsync (currentToken As QueueContinuationToken, cancellationToken As CancellationToken) As Task(Of QueueResultSegment)
Parameters
- currentToken
- QueueContinuationToken
A QueueContinuationToken returned by a previous listing operation.
- cancellationToken
- CancellationToken
A CancellationToken to observe while waiting for a task to complete.
Returns
A Task<TResult> object of type QueueResultSegment that represents the asynchronous operation.
- Attributes
Applies to
ListQueuesSegmentedAsync(String, QueueContinuationToken)
Initiates an asynchronous operation to return a result segment containing a collection of queues.
[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task<Microsoft.Azure.Storage.Queue.QueueResultSegment> ListQueuesSegmentedAsync (string prefix, Microsoft.Azure.Storage.Queue.QueueContinuationToken currentToken);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member ListQueuesSegmentedAsync : string * Microsoft.Azure.Storage.Queue.QueueContinuationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Storage.Queue.QueueResultSegment>
override this.ListQueuesSegmentedAsync : string * Microsoft.Azure.Storage.Queue.QueueContinuationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Storage.Queue.QueueResultSegment>
Public Overridable Function ListQueuesSegmentedAsync (prefix As String, currentToken As QueueContinuationToken) As Task(Of QueueResultSegment)
Parameters
- prefix
- String
A string containing the queue name prefix.
- currentToken
- QueueContinuationToken
A QueueContinuationToken returned by a previous listing operation.
Returns
A Task<TResult> object of type QueueResultSegment that represents the asynchronous operation.
- Attributes
Applies to
Azure SDK for .NET