你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
CloudQueueClient.ListQueuesSegmentedAsync 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
ListQueuesSegmentedAsync(String, QueueListingDetails, Nullable<Int32>, QueueContinuationToken, QueueRequestOptions, OperationContext, CancellationToken)
启动异步操作以返回包含队列集合的结果段。
[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)
参数
- prefix
- String
包含队列名称前缀的字符串。
- queueListingDetails
- QueueListingDetails
QueueListingDetails 枚举,它描述要包含在列表中的项。
- currentToken
- QueueContinuationToken
上一列表操作返回的 QueueContinuationToken。
- options
- QueueRequestOptions
一个 QueueRequestOptions 对象,它指定请求的其他选项。
- operationContext
- OperationContext
一个 OperationContext 对象,它一个表示当前操作的上下文。
- cancellationToken
- CancellationToken
等待任务完成期间要观察的 CancellationToken。
返回
表示异步操作的 QueueResultSegment 类型的 Task<TResult> 对象。
- 属性
适用于
ListQueuesSegmentedAsync(String, QueueListingDetails, Nullable<Int32>, QueueContinuationToken, QueueRequestOptions, OperationContext)
启动异步操作以返回包含队列集合的结果段。
[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)
参数
- prefix
- String
包含队列名称前缀的字符串。
- queueListingDetails
- QueueListingDetails
QueueListingDetails 枚举,它描述要包含在列表中的项。
- currentToken
- QueueContinuationToken
上一列表操作返回的 QueueContinuationToken。
- options
- QueueRequestOptions
一个 QueueRequestOptions 对象,它指定请求的其他选项。
- operationContext
- OperationContext
一个 OperationContext 对象,它一个表示当前操作的上下文。
返回
表示异步操作的 QueueResultSegment 类型的 Task<TResult> 对象。
- 属性
适用于
ListQueuesSegmentedAsync(String, QueueContinuationToken, CancellationToken)
启动异步操作以返回包含队列集合的结果段。
[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)
参数
- prefix
- String
包含队列名称前缀的字符串。
- currentToken
- QueueContinuationToken
上一列表操作返回的 QueueContinuationToken。
- cancellationToken
- CancellationToken
等待任务完成期间要观察的 CancellationToken。
返回
表示异步操作的 QueueResultSegment 类型的 Task<TResult> 对象。
- 属性
适用于
ListQueuesSegmentedAsync(QueueContinuationToken)
启动异步操作以返回包含队列集合的结果段。
[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)
参数
- currentToken
- QueueContinuationToken
上一列表操作返回的 QueueContinuationToken。
返回
表示异步操作的 QueueResultSegment 类型的 Task<TResult> 对象。
- 属性
适用于
ListQueuesSegmentedAsync(QueueContinuationToken, CancellationToken)
启动异步操作以返回包含队列集合的结果段。
[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)
参数
- currentToken
- QueueContinuationToken
上一列表操作返回的 QueueContinuationToken。
- cancellationToken
- CancellationToken
等待任务完成期间要观察的 CancellationToken。
返回
表示异步操作的 QueueResultSegment 类型的 Task<TResult> 对象。
- 属性
适用于
ListQueuesSegmentedAsync(String, QueueContinuationToken)
启动异步操作以返回包含队列集合的结果段。
[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)
参数
- prefix
- String
包含队列名称前缀的字符串。
- currentToken
- QueueContinuationToken
上一列表操作返回的 QueueContinuationToken。
返回
表示异步操作的 QueueResultSegment 类型的 Task<TResult> 对象。
- 属性